[dna-commits] DNA SVN: r95 - trunk/dna-common.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Apr 21 21:42:33 EDT 2008


Author: rhauch
Date: 2008-04-21 21:42:33 -0400 (Mon, 21 Apr 2008)
New Revision: 95

Modified:
   trunk/dna-common/pom.xml
Log:
Changed the dependencies to include JCR API only in test scope.

Modified: trunk/dna-common/pom.xml
===================================================================
--- trunk/dna-common/pom.xml	2008-04-21 15:02:24 UTC (rev 94)
+++ trunk/dna-common/pom.xml	2008-04-22 01:42:33 UTC (rev 95)
@@ -63,6 +63,7 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>




More information about the dna-commits mailing list