diff --git a/connector/pom.xml b/connector/pom.xml index fcf8b2bd..0e72edb2 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -9,12 +9,12 @@ egeria-connector-xtdb-module org.odpi.egeria - 3.8-SNAPSHOT + 3.8 4.0.0 egeria-connector-xtdb - 3.8-SNAPSHOT + 3.8 Egeria Connector for XTDB diff --git a/migrator/pom.xml b/migrator/pom.xml index c511863e..37b9828b 100644 --- a/migrator/pom.xml +++ b/migrator/pom.xml @@ -9,12 +9,12 @@ egeria-connector-xtdb-module org.odpi.egeria - 3.8-SNAPSHOT + 3.8 4.0.0 egeria-connector-xtdb-migrator - 3.8-SNAPSHOT + 3.8 Migration utilities for XTDB Connector @@ -25,7 +25,7 @@ org.odpi.egeria egeria-connector-xtdb - 3.8-SNAPSHOT + 3.8 compile diff --git a/pom.xml b/pom.xml index da9cc29a..b6ef9bce 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.odpi.egeria egeria-connector-xtdb-module pom - 3.8-SNAPSHOT + 3.8 connector migrator @@ -76,7 +76,12 @@ 1.7.36 1.2.11 7.5 + 4.5.13 + 4.1.76.Final + 2.6.3 + 2.11.4 + 1.15 UTF-8 UTF-8 @@ -159,6 +164,20 @@ ${xtdb.version} runtime + + + org.apache.kafka + kafka-clients + ${kafka.version} + runtime + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jacksondataformat.version} + runtime + com.xtdb xtdb-jdbc @@ -178,6 +197,41 @@ ${httpclient.version} runtime + + + io.netty + netty-codec-http2 + ${netty.version} + runtime + + + + io.netty + netty-codec-http + ${netty.version} + runtime + + + + io.netty + netty-codec + ${netty.version} + runtime + + + + io.netty + netty-handler + ${netty.version} + runtime + + + + commons-codec + commons-codec + ${commonscodec.version} + runtime + com.xtdb xtdb-metrics