Print

Print


Author: [log in to unmask]
Date: Thu Mar  5 14:57:52 2015
New Revision: 2275

Log:
Restore evio dep that was removed from monitoring-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	Thu Mar  5 14:57:52 2015
@@ -107,6 +107,10 @@
     <dependencies>
         <dependency>
             <groupId>org.hps</groupId>
+            <artifactId>hps-evio</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
             <artifactId>hps-monitoring-drivers</artifactId>
         </dependency>       
         <dependency>