Print

Print


Author: [log in to unmask]
Date: Thu Oct 23 11:46:32 2014
New Revision: 1282

Log:
Removing custom jminuit for test release.  (You probably do NOT want to pull this change.)

Modified:
    java/trunk/tracking/pom.xml

Modified: java/trunk/tracking/pom.xml
 =============================================================================
--- java/trunk/tracking/pom.xml	(original)
+++ java/trunk/tracking/pom.xml	Thu Oct 23 11:46:32 2014
@@ -46,13 +46,13 @@
             <artifactId>commons-math3</artifactId>
             <version>3.2</version>
         </dependency>
+        <!--
         <dependency>
             <groupId>org.freehep</groupId>
             <artifactId>freehep-jminuit</artifactId>
-<!--            
             <version>1.0.1</version>
--->            
             <version>1.0.2-SNAPSHOT</version>
         </dependency>
+        -->
     </dependencies>
 </project>