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 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
*;resolution:=optional
</Import-Package>
</instructions>
<excludeDependencies>true</excludeDependencies>
</configuration>
</plugin>
</plugins>