[dna-commits] DNA SVN: r904 - trunk/dna-jcr-tck.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Fri May 15 09:17:40 EDT 2009


Author: bcarothers
Date: 2009-05-15 09:17:40 -0400 (Fri, 15 May 2009)
New Revision: 904

Modified:
   trunk/dna-jcr-tck/pom.xml
Log:
DNA-408 DNA JCR TCK Tests for Nightly JCR TCK Compatibility Build Fail

Propagated IDTrust dependencies from dna-jcr POM to dna-jcr-tck POM. 

Modified: trunk/dna-jcr-tck/pom.xml
===================================================================
--- trunk/dna-jcr-tck/pom.xml	2009-05-14 14:48:09 UTC (rev 903)
+++ trunk/dna-jcr-tck/pom.xml	2009-05-15 13:17:40 UTC (rev 904)
@@ -102,5 +102,40 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-tests</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.google-collections</groupId>
+      <artifactId>google-collect</artifactId>
+      <version>snapshot-20080530</version>
+    </dependency>
+
+	<dependency>
+		<groupId>org.jboss.security</groupId>
+		<artifactId>jboss-idtrust</artifactId>
+		<version>2.0.2.CR1</version>
+      <scope>test</scope>
+	</dependency>
+
+	<dependency>
+		<groupId>org.jboss.security</groupId>
+		<artifactId>jboss-security-spi-bare</artifactId>
+		<version>2.0.2.SP6</version>
+      <scope>test</scope>
+	</dependency>
+	<dependency>
+		<groupId>org.jboss.security</groupId>
+		<artifactId>jbosssx-bare</artifactId>
+		<version>2.0.2.SP6</version>
+		<exclusions>
+			<exclusion>
+				<groupId>apache-xalan</groupId>
+				<artifactId>xalan</artifactId>
+		 	</exclusion>
+			<exclusion>
+				<groupId>apache-xalan</groupId>
+				<artifactId>serializer</artifactId>
+			</exclusion>
+		</exclusions>
+      <scope>test</scope>
+	</dependency>    
   </dependencies>
 </project>
\ No newline at end of file




More information about the dna-commits mailing list