Merge pull request #274 from jarhantimwi/master

issue 262 - bundle library jar without all dependencies
This commit is contained in:
Jochen Staerk
2022-11-16 12:17:44 +01:00
committed by GitHub

View File

@@ -167,7 +167,7 @@
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<shadedArtifactAttached>true</shadedArtifactAttached>
<minimizeJar>false</minimizeJar><!-- no longer java 11 compatible if set to true because it removes e.g. javax/xml/bind/annotation/XmlSchema-->
<filters>