Include netty-handler as transient dependency of cassandra-driver-dse

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 gh-6616
Closes gh-6721
This commit is contained in:
Mark Paluch
2016-08-23 08:49:56 +02:00
committed by Andy Wilkinson
parent 3d04fbc0d4
commit 84234858db

View File

@@ -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>