diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bfc00d7..1aa14d0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +- Use netty part dependencies instead of netty-all ([#295](https://github.com/tarantool/cartridge-java/issues/295)) + ## [0.9.2] - 2022-11-15 - Adding default mapper for long arrays ([#290](https://github.com/tarantool/cartridge-java/pull/290)) diff --git a/pom.xml b/pom.xml index e14520b06..72a5a57ac 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 2.14.0 + 4.1.78.Final ${project.basedir}/src/test/resources/io/tarantool/driver/checkstyle.xml ${project.basedir}/src/test/resources/io/tarantool/driver/suppressions.xml ${project.basedir}/src/test/resources/logback-test.xml @@ -216,8 +217,28 @@ io.netty - netty-all - 4.1.78.Final + netty-transport + ${netty.version} + + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-codec-http + ${netty.version} + + + io.netty + netty-transport + ${netty.version} org.msgpack @@ -250,6 +271,12 @@ testcontainers-java-tarantool 0.5.3 test + + + io.netty + netty-all + + org.openjdk.jmh