Added excludeDependencies to pom.xml to prevent core classes from being bundled into core-tiger jar
This commit is contained in:
parent
f7ae69880c
commit
9c1be03d44
|
@ -78,6 +78,7 @@
|
|||
*;resolution:=optional
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
<excludeDependencies>true</excludeDependencies>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue