diff --git a/pom.xml b/pom.xml index 6a1fcf2..a15de4c 100644 --- a/pom.xml +++ b/pom.xml @@ -51,9 +51,13 @@ 10.1.4 4.4 3.18.0 + 1.26.0 + 2.14.0 2.12.4 0.27 2.15.4 + 2.0 + 4.1.129.Final streaming-ai @@ -139,6 +143,21 @@ commons-collections4 ${commons-collections4.version} + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + io.airlift @@ -153,6 +172,55 @@ ${asynchttpclient.version} runtime + + + org.yaml + snakeyaml + ${snakeyaml.version} + runtime + + + + org.apache.commons + commons-compress + ${commons-compress.version} + runtime + + + + commons-io + commons-io + ${commons-io.version} + runtime + + + + io.netty + netty-codec-http2 + ${netty.version} + runtime + + + + io.netty + netty-codec-http + ${netty.version} + runtime + + + + io.netty + netty-common + ${netty.version} + runtime + + + + io.netty + netty-handler + ${netty.version} + runtime + diff --git a/pulsar-ai-tools/pom.xml b/pulsar-ai-tools/pom.xml index f9a0a59..3f57a40 100644 --- a/pulsar-ai-tools/pom.xml +++ b/pulsar-ai-tools/pom.xml @@ -80,6 +80,13 @@ org.mockito mockito-inline + + + io.netty + netty-codec + ${netty.version} + test + diff --git a/pulsar-transformations/pom.xml b/pulsar-transformations/pom.xml index 7931830..ee13e65 100644 --- a/pulsar-transformations/pom.xml +++ b/pulsar-transformations/pom.xml @@ -80,7 +80,6 @@ org.apache.commons commons-lang3 - ${commons-lang3.version} com.networknt @@ -89,7 +88,6 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${jackson.version} com.azure diff --git a/streaming-ai/pom.xml b/streaming-ai/pom.xml index d738c1e..4300487 100644 --- a/streaming-ai/pom.xml +++ b/streaming-ai/pom.xml @@ -68,7 +68,6 @@ org.apache.commons commons-lang3 - ${commons-lang3.version} com.networknt @@ -77,7 +76,6 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${jackson.version} com.azure diff --git a/tests/pom.xml b/tests/pom.xml index 49be95f..3b30601 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -50,6 +50,13 @@ testng test + + + commons-codec + commons-codec + 1.16.1 + test +