Print

Print


Author: [log in to unmask]
Date: Tue Dec 30 16:26:50 2014
New Revision: 1813

Log:
Specify reflections dep version in parent POM.

Modified:
    java/trunk/parent/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Tue Dec 30 16:26:50 2014
@@ -90,9 +90,9 @@
             </exclusions>
         </dependency>
     </dependencies>
-    <!-- DO NOT EDIT THESE DEPENDENCY VERSIONS MANUALLY. -->
     <dependencyManagement>
         <dependencies>
+            <!-- Do not edit the org.hps dependency versions manually. -->
             <dependency>
                 <groupId>org.hps</groupId>
                 <artifactId>hps-util</artifactId>
@@ -173,6 +173,7 @@
                 <artifactId>hps-record-util</artifactId>
                 <version>3.1-SNAPSHOT</version>
             </dependency>
+            <!-- Next are external dependencies used in multiple modules. -->
             <dependency>
                 <groupId>org.jlab.coda</groupId>
                 <artifactId>jevio</artifactId>
@@ -181,8 +182,13 @@
             <dependency>
                 <groupId>org.jlab.coda</groupId>
                 <artifactId>et</artifactId>
-            <version>14.1</version>
-        </dependency>
+                <version>14.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.reflections</groupId>
+                <artifactId>reflections</artifactId>
+                <version>0.9.9-RC1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
     <reporting>