Browse Source

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

Luke Taylor 17 năm trước cách đây
mục cha
commit
9c1be03d44
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>