Print

Print


Author: [log in to unmask]
Date: Wed Oct 26 15:25:24 2016
New Revision: 4537

Log:
Minor pom file cleanup.

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

Modified: java/trunk/ecal-recon/pom.xml
 =============================================================================
--- java/trunk/ecal-recon/pom.xml	(original)
+++ java/trunk/ecal-recon/pom.xml	Wed Oct 26 15:25:24 2016
@@ -24,18 +24,22 @@
             <groupId>org.hps</groupId>
             <artifactId>hps-record-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-run-database</artifactId>
+        </dependency>
     </dependencies>
     <build>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude>org/hps/recon/ECalClusterICTest.java</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-      </plugins>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>org/hps/recon/ECalClusterICTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
     </build>
 </project>