[dna-commits] DNA SVN: r127 - in trunk: dna-integration-tests and 1 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu May 8 15:05:58 EDT 2008


Author: rhauch
Date: 2008-05-08 15:05:58 -0400 (Thu, 08 May 2008)
New Revision: 127

Modified:
   trunk/dna-integration-tests/pom.xml
   trunk/dna-repository/pom.xml
   trunk/pom.xml
Log:
Changed to the latest version of Drools, and changed the dependency on Jackrabbit to be only test scope

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-05-08 15:50:57 UTC (rev 126)
+++ trunk/dna-integration-tests/pom.xml	2008-05-08 19:05:58 UTC (rev 127)
@@ -77,8 +77,6 @@
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
-      <version>1.0.1</version>
-      <scope>compile</scope>
     </dependency>
     <!-- 
       Apache Jackrabbit (JCR Implementation)

Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml	2008-05-08 15:50:57 UTC (rev 126)
+++ trunk/dna-repository/pom.xml	2008-05-08 19:05:58 UTC (rev 127)
@@ -105,12 +105,10 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-05-08 15:50:57 UTC (rev 126)
+++ trunk/pom.xml	2008-05-08 19:05:58 UTC (rev 127)
@@ -230,13 +230,13 @@
 			<dependency>
 				<groupId>org.drools</groupId>
 				<artifactId>drools-jsr94</artifactId>
-				<version>4.0.5</version>
+				<version>4.0.7</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.drools</groupId>
 				<artifactId>drools-compiler</artifactId>
-				<version>4.0.5</version>
+				<version>4.0.7</version>
 				<scope>test</scope>
 			</dependency>
 			<!-- Testing (note the scope) -->
@@ -302,7 +302,7 @@
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-api</artifactId>
 				<version>1.3.3</version>
-				<scope>compile</scope>
+				<scope>test</scope>
 				<!-- Exclude these since they are included in JDK 1.5 -->
 				<exclusions>
 					<exclusion>
@@ -319,7 +319,7 @@
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-core</artifactId>
 				<version>1.3.3</version>
-				<scope>compile</scope>
+				<scope>test</scope>
 				<!-- Exclude these since they are included in JDK 1.5 -->
 				<exclusions>
 					<exclusion>




More information about the dna-commits mailing list