Skip to content

Commit

Permalink
JAVA-1612: Include netty-common jar in binary tarball (2)
Browse files Browse the repository at this point in the history
Second attempt which is more explicit.
  • Loading branch information
tolbertam committed Jan 4, 2019
1 parent be8de66 commit fe61331
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions driver-dist/src/assembly/binary-tarball.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@
<!-- platform-dependent -->
<exclude>io.netty:netty-transport-native-epoll:*</exclude>
</excludes>
<useTransitiveFiltering>true</useTransitiveFiltering>
</dependencySet>
<dependencySet>
<outputDirectory>lib</outputDirectory>
<includes>
<!-- include netty-common as it is excluded in other dependencySet by excluding netty-transport-native-epoll -->
<include>io.netty:netty-common:*</include>
</includes>
<useTransitiveFiltering>true</useTransitiveFiltering>
</dependencySet>
</dependencySets>
</binaries>
Expand Down

0 comments on commit fe61331

Please sign in to comment.