[dna-commits] DNA SVN: r1471 - in trunk: dna-graph and 1 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Dec 21 17:07:58 EST 2009


Author: bcarothers
Date: 2009-12-21 17:07:58 -0500 (Mon, 21 Dec 2009)
New Revision: 1471

Modified:
   trunk/dna-graph/pom.xml
   trunk/extensions/dna-connector-store-jpa/pom.xml
   trunk/pom.xml
Log:
Re-corrected the version of the Google Collections API in the JPA connector.

Modified: trunk/dna-graph/pom.xml
===================================================================
--- trunk/dna-graph/pom.xml	2009-12-21 15:45:09 UTC (rev 1470)
+++ trunk/dna-graph/pom.xml	2009-12-21 22:07:58 UTC (rev 1471)
@@ -35,7 +35,6 @@
 	  <dependency>
          <groupId>com.google.collections</groupId>
          <artifactId>google-collections</artifactId>
-		 <version>1.0-rc3</version>
       </dependency>
     <!-- 
     Testing (note the scope)

Modified: trunk/extensions/dna-connector-store-jpa/pom.xml
===================================================================
--- trunk/extensions/dna-connector-store-jpa/pom.xml	2009-12-21 15:45:09 UTC (rev 1470)
+++ trunk/extensions/dna-connector-store-jpa/pom.xml	2009-12-21 22:07:58 UTC (rev 1471)
@@ -48,9 +48,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>com.google.code.google-collections</groupId>
-      <artifactId>google-collect</artifactId>
-      <version>snapshot-20080530</version>
+         <groupId>com.google.collections</groupId>
+         <artifactId>google-collections</artifactId>
     </dependency>
     <!-- 
     Testing (note the scope)

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-12-21 15:45:09 UTC (rev 1470)
+++ trunk/pom.xml	2009-12-21 22:07:58 UTC (rev 1471)
@@ -965,6 +965,11 @@
 		      Apache JCR API unit tests (for any JCR implementation), which is a subset of the official TCK
 		    -->
 	    <dependency>
+         <groupId>com.google.collections</groupId>
+         <artifactId>google-collections</artifactId>
+	      <version>1.0-rc3</version>
+	    </dependency>
+	    <dependency>
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-jcr-tests</artifactId>
 				<version>1.4</version>



More information about the dna-commits mailing list