Print

Print


Author: [log in to unmask]
Date: Thu Jan 22 16:25:02 2015
New Revision: 1972

Log:
Change dependencies so record-util is available in ecal-recon module.

Modified:
    java/trunk/ecal-recon/pom.xml
    java/trunk/evio/pom.xml

Modified: java/trunk/ecal-recon/pom.xml
 =============================================================================
--- java/trunk/ecal-recon/pom.xml	(original)
+++ java/trunk/ecal-recon/pom.xml	Thu Jan 22 16:25:02 2015
@@ -20,6 +20,10 @@
             <groupId>org.hps</groupId>
             <artifactId>hps-conditions</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-record-util</artifactId>
+        </dependency>
     </dependencies>
     <build>
       <plugins>

Modified: java/trunk/evio/pom.xml
 =============================================================================
--- java/trunk/evio/pom.xml	(original)
+++ java/trunk/evio/pom.xml	Thu Jan 22 16:25:02 2015
@@ -17,16 +17,8 @@
     </scm>
     <dependencies>
         <dependency>
-            <groupId>org.jlab.coda</groupId>
-            <artifactId>jevio</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.hps</groupId>
             <artifactId>hps-tracking</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.hps</groupId>
-            <artifactId>hps-record-util</artifactId>
         </dependency>
     </dependencies>
     <build>