Skip to content

Commit

Permalink
Include netty-handler as transient dependency of cassandra-driver-dse
Browse files Browse the repository at this point in the history
Previously, Spring Data Cassandra excluded Netty from the Cassandra
Driver's dependencies. This was an error that we replicated in
our dependency management. The exclusion has been removed from
Spring Data Cassandra's pom. This commit makes the equivalent update
to our dependency management.

Fixes spring-projectsgh-6616
Closes spring-projectsgh-6721
  • Loading branch information
mp911de authored and wilkinsona committed Aug 23, 2016
1 parent 3d04fbc commit 8423485
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 8423485

Please sign in to comment.