Print

Print


Author: [log in to unmask]
Date: Fri May 22 17:19:58 2015
New Revision: 3015

Log:
Exclude a few more unneeded transitive deps.

Modified:
    java/trunk/parent/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Fri May 22 17:19:58 2015
@@ -95,6 +95,14 @@
                     <groupId>commons-math</groupId>
                     <artifactId>commons-math</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>freehep-graphicsio-tests</groupId>
+                    <artifactId>org.freehep</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>aida-test</groupId>
+                    <artifactId>hep.aida</artifactId>
+                </exclusion>
                 <!-- Exclude some unneeded lcsim jars. -->
                 <exclusion>
                     <groupId>org.lcsim</groupId>