Print

Print


Author: [log in to unmask]
Date: Mon Nov 17 13:43:27 2014
New Revision: 1547

Log:
Add dependency on record-util.

Modified:
    java/trunk/evio/pom.xml

Modified: java/trunk/evio/pom.xml
 =============================================================================
--- java/trunk/evio/pom.xml	(original)
+++ java/trunk/evio/pom.xml	Mon Nov 17 13:43:27 2014
@@ -19,11 +19,14 @@
         <dependency>
             <groupId>org.jlab.coda</groupId>
             <artifactId>jevio</artifactId>
-            <version>4.3.1</version>
         </dependency>
         <dependency>
             <groupId>org.hps</groupId>
             <artifactId>hps-tracking</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-record-util</artifactId>
         </dependency>
     </dependencies>
     <build>