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>
Show replies by date