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
|
*;resolution:=optional
|
||||||
</Import-Package>
|
</Import-Package>
|
||||||
</instructions>
|
</instructions>
|
||||||
|
<excludeDependencies>true</excludeDependencies>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue