Преглед изворни кода

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

Luke Taylor пре 17 година
родитељ
комит
9c1be03d44
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      core-tiger/pom.xml

+ 1 - 0
core-tiger/pom.xml

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