Skip to content

Commit

Permalink
Updated package names for commons.lang3 classes due to type-utils fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed Mar 21, 2024
1 parent db0fd3e commit a49cc68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
@ImportResource(locations = {"${datawave.query.logic.factory.xmlBeansPath:classpath:QueryLogicFactory.xml}"})
public class QueryLogicFactoryConfiguration {
private final Logger log = LoggerFactory.getLogger(this.getClass());

@Bean
@ConditionalOnMissingBean
public ResponseObjectFactory responseObjectFactory() {
Expand Down

0 comments on commit a49cc68

Please sign in to comment.