Print

Print


Author: [log in to unmask]
Date: Tue Nov  3 13:52:30 2015
New Revision: 3934

Log:
Remove dep that is found transitively.

Modified:
    java/trunk/crawler/pom.xml

Modified: java/trunk/crawler/pom.xml
 =============================================================================
--- java/trunk/crawler/pom.xml	(original)
+++ java/trunk/crawler/pom.xml	Tue Nov  3 13:52:30 2015
@@ -19,10 +19,5 @@
             <groupId>org.hps</groupId>
             <artifactId>hps-run-database</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-rootio</artifactId>
-            <version>2.2.1</version>
-        </dependency>
     </dependencies>
 </project>