1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Added excludeDependencies to pom.xml to prevent core classes from being bundled into core-tiger jar

This commit is contained in:
Luke Taylor
2008-04-01 19:03:37 +00:00
parent f7ae69880c
commit 9c1be03d44
+1
View File
@@ -78,6 +78,7 @@
*;resolution:=optional
</Import-Package>
</instructions>
<excludeDependencies>true</excludeDependencies>
</configuration>
</plugin>
</plugins>