Commit 9e2dcbbe authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #6721 from Mark Paluch

* gh-6721:
  Include netty-handler as transient dependency of cassandra-driver-dse
parents 3d04fbc0 84234858
...@@ -596,10 +596,6 @@ ...@@ -596,10 +596,6 @@
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment