Print

Print


Author: [log in to unmask]
Date: Wed Nov 19 12:05:01 2014
New Revision: 1568

Log:
Add dependence on hps-evio which is no longer a dep of hps-record-util.

Modified:
    java/trunk/monitoring-app/pom.xml

Modified: java/trunk/monitoring-app/pom.xml
 =============================================================================
--- java/trunk/monitoring-app/pom.xml	(original)
+++ java/trunk/monitoring-app/pom.xml	Wed Nov 19 12:05:01 2014
@@ -111,6 +111,10 @@
         </dependency>
         <dependency>
             <groupId>org.hps</groupId>
+            <artifactId>hps-evio</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
             <artifactId>hps-monitoring-drivers</artifactId>
         </dependency>       
         <dependency>