Browse Source

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

Luke Taylor 18 years ago
parent
commit
ea414140e2
  1. 1
      core-tiger/pom.xml

1
core-tiger/pom.xml

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

Loading…
Cancel
Save