Exclude com.sun.nio.* from the generated jar
This commit is contained in:
parent
43db6d7050
commit
3decdeb0b0
@ -60,6 +60,16 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<!-- Exclude the com.sun.nio stuff as this is included in the jdk if its supported by the running os -->
|
||||
<exclude>**/com/**</exclude>
|
||||
</excludes>
|
||||
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user