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:
committed by
Andy Wilkinson
parent
3d04fbc0d4
commit
84234858db
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user