1
0
mirror of synced 2026-07-19 09:35:12 +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:02:53 +00:00
parent fd04adf2f3
commit ea414140e2
+1
View File
@@ -78,6 +78,7 @@
*;resolution:=optional
</Import-Package>
</instructions>
<excludeDependencies>true</excludeDependencies>
</configuration>
</plugin>
</plugins>