File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments