Skip to content

Commit

Permalink
Merge pull request #73 from spotify/ngn/netty-deps
Browse files Browse the repository at this point in the history
Minimize and bump Netty dependencies
  • Loading branch information
protocol7 committed Jul 5, 2017
2 parents acbd77c + 59b1524 commit 333c1fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,13 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.25.Final</version>
<artifactId>netty-transport</artifactId>
<version>4.0.48.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.0.48.Final</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
Expand Down

0 comments on commit 333c1fa

Please sign in to comment.