Skip to content

Commit

Permalink
Consolidating netty versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamsUlAzeem committed Feb 18, 2021
1 parent 62500e7 commit feb87ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion datavec/datavec-data/datavec-hadoop/pom.xml
Expand Up @@ -37,7 +37,7 @@

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion deeplearning4j/deeplearning4j-modelexport-solr/pom.xml
Expand Up @@ -83,7 +83,7 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -417,11 +417,6 @@
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.6.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
Expand Down

0 comments on commit feb87ea

Please sign in to comment.