Skip to content

Commit 1d24aaa

Browse files
committed
Update pom.xml
1 parent 5211ab8 commit 1d24aaa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,10 +1795,11 @@
17951795
<bannedDependencies>
17961796
<excludes>
17971797
<!--
1798-
Akka depends on io.netty, which places classes under the org.jboss.netty
1799-
namespace. This can conflict with the classes in org.jboss.netty:netty
1800-
artifact, so we have to ban that artifact here. In Netty 4.x, the classes
1801-
are under the io.netty namespace, so it's fine for us to depend on both
1798+
<!--
1799+
Akka depends on io.netty:netty, which puts classes under the org.jboss.netty
1800+
package. This conflicts with the classes in org.jboss.netty:netty
1801+
artifact, so we have to ban that artifact here. In Netty 4.x, the classes
1802+
are under the io.netty package, so it's fine for us to depend on both
18021803
io.netty:netty and io.netty:netty-all.
18031804
-->
18041805
<exclude>org.jboss.netty</exclude>

0 commit comments

Comments
 (0)