Skip to content

Commit

Permalink
Don't manage netty-tcnative since it is handled by netty-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 17, 2023
1 parent 1bd2ce9 commit 4bbcbaf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<version.lib.junit4>4.13.1</version.lib.junit4>
<version.lib.kafka-junit5>3.2.3</version.lib.kafka-junit5>
<version.lib.mockito>2.23.4</version.lib.mockito>
<version.lib.netty.tcnative>2.0.61.Final</version.lib.netty.tcnative>
<version.lib.restito>0.9.1</version.lib.restito>
<version.lib.rxjava2-jdk9-interop>0.1.0</version.lib.rxjava2-jdk9-interop>
<version.lib.rxjava>2.2.10</version.lib.rxjava>
Expand Down Expand Up @@ -951,11 +950,6 @@
<artifactId>restito</artifactId>
<version>${version.lib.restito}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${version.lib.netty.tcnative}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 4bbcbaf

Please sign in to comment.