[dna-commits] DNA SVN: r251 - trunk.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Jun 9 11:36:52 EDT 2008


Author: rhauch
Date: 2008-06-09 11:36:52 -0400 (Mon, 09 Jun 2008)
New Revision: 251

Modified:
   trunk/pom.xml
Log:
Corrected build problem with parent POM

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-06-09 14:44:48 UTC (rev 250)
+++ trunk/pom.xml	2008-06-09 15:36:52 UTC (rev 251)
@@ -327,6 +327,12 @@
 				<version>2.4.0</version>
 				<scope>test</scope>
 			</dependency>
+            <dependency>
+            	<groupId>org.mockito</groupId>
+            	<artifactId>mockito-all</artifactId>
+            	<version>1.3</version>
+            	<scope>test</scope>
+            </dependency>
 			<!-- Logging (require SLF4J API for compiling, but use Log4J and its SLF4J binding for testing) -->
 			<dependency>
 				<groupId>org.slf4j</groupId>
@@ -395,6 +401,15 @@
 					</exclusion>
 				</exclusions>
 			</dependency>
+		    <!-- 
+		      Apache JCR API unit tests (for any JCR implementation), which is a subset of the official TCK
+		    -->
+		    <dependency>
+				<groupId>org.apache.jackrabbit</groupId>
+				<artifactId>jackrabbit-jcr-tests</artifactId>
+				<version>1.3.3</version>
+				<scope>test</scope>
+		    </dependency>
 			<!-- Databases and JDBC Drivers -->
 			<dependency>
 				<groupId>mysql</groupId>




More information about the dna-commits mailing list