Commit 7854029
authored
JAVA-1612: Include netty-common jar in binary tarball (apache#1164)
Motivation:
Users of the binary tarball noticed that the netty-common dependency was
missing, via a NoClassDefFoundError for io.netty.util.Timer.
This was caused by netty-common being excluded as it is a transitive
dependency of netty-transport-epoll. While it is also a transitive
dependency of included jars, the maven-assembly-plugin still excludes
it.
Modifications:
Remove the use of useTransitiveFiltering in the dependencySet. This is
ok as netty-transport-epoll dependencies are depended on by the driver jar
already.
Result:
netty-common jar is now included in the lib directory of the binary
tarball.1 parent 234cd55 commit 7854029
File tree
2 files changed
+1
-1
lines changed- changelog
- driver-dist/src/assembly
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
0 commit comments