diff --git a/CHANGES.xml b/CHANGES.xml index 3d83c5f..a1f37b9 100644 --- a/CHANGES.xml +++ b/CHANGES.xml @@ -7,26 +7,27 @@ - + + + + Fixed invalid configuration in POM "maven-dependency-plugin". - - + + Fixed Solr credentials not being sent when "solrCommitDisabled" is false. Maven dependency updates: Solr 8.8.2. - - - - + + + + Major refactor to support Norconex Committer 3.x. diff --git a/pom.xml b/pom.xml index 9d53640..9a3cf4e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,11 @@ com.norconex.commons norconex-commons-maven-parent - 1.0.0-RC1 + 1.0.0 com.norconex.collectors norconex-committer-solr - 3.0.0-RC1 + 3.0.0 Norconex Committer Solr Solr implementation of Norconex Committer. Should also work with any @@ -32,7 +32,8 @@ - 8.8.2 + 8.11.1 + 4.1.72.Final 2009 @@ -43,6 +44,51 @@ + + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-resolver + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + io.netty + netty-transport-native-epoll + ${netty.version} + + + io.netty + netty-transport-native-unix-common + ${netty.version} + + + + com.norconex.commons @@ -78,20 +124,6 @@ ${solr.version} test - com.norconex.commons norconex-commons-lang