浏览代码

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>