[jbosscache-commits] JBoss Cache SVN: r6232 - in core/trunk: assembly and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Jul 9 08:25:00 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-09 08:25:00 -0400 (Wed, 09 Jul 2008)
New Revision: 6232

Modified:
   core/trunk/assembly/all.xml
   core/trunk/assembly/bin.xml
   core/trunk/pom.xml
Log:
Updated dependencies

Modified: core/trunk/assembly/all.xml
===================================================================
--- core/trunk/assembly/all.xml	2008-07-09 12:01:42 UTC (rev 6231)
+++ core/trunk/assembly/all.xml	2008-07-09 12:25:00 UTC (rev 6232)
@@ -74,11 +74,6 @@
          <outputFileNameMapping>${scope}/${artifactId}.${extension}</outputFileNameMapping>
          <unpack>false</unpack>
          <scope>test</scope>
-         <excludes>
-            <exclude>apache-xerces:xml-apis</exclude>
-            <exclude>apache-httpclient:commons-httpclient</exclude>
-            <exclude>apache-slide:webdavlib</exclude>
-         </excludes>
       </dependencySet>
    </dependencySets>
 </assembly>

Modified: core/trunk/assembly/bin.xml
===================================================================
--- core/trunk/assembly/bin.xml	2008-07-09 12:01:42 UTC (rev 6231)
+++ core/trunk/assembly/bin.xml	2008-07-09 12:25:00 UTC (rev 6232)
@@ -44,11 +44,6 @@
          <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping>
          <unpack>false</unpack>
          <scope>runtime</scope>
-         <excludes>
-            <exclude>apache-xerces:xml-apis</exclude>
-            <exclude>apache-httpclient:commons-httpclient</exclude>
-            <exclude>apache-slide:webdavlib</exclude>
-         </excludes>
       </dependencySet>
    </dependencySets>
 

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-07-09 12:01:42 UTC (rev 6231)
+++ core/trunk/pom.xml	2008-07-09 12:25:00 UTC (rev 6232)
@@ -27,7 +27,7 @@
       <dependency>
          <groupId>jgroups</groupId>
          <artifactId>jgroups</artifactId>
-         <version>2.6.2</version>
+         <version>2.6.3.GA</version>
       </dependency>
 
       <!-- For the JTA 1.1 API; consuming projects can safely
@@ -47,21 +47,7 @@
       <dependency>
          <groupId>org.jboss</groupId>
          <artifactId>jboss-common-core</artifactId>
-         <version>2.2.3.GA</version>
-         <exclusions>
-            <exclusion>
-               <groupId>apache-slide</groupId>
-               <artifactId>webdavlib</artifactId>
-            </exclusion>
-            <exclusion>
-               <groupId>apache-xerces</groupId>
-               <artifactId>xml-apis</artifactId>
-            </exclusion>
-            <exclusion>
-               <groupId>apache-httpclient</groupId>
-               <artifactId>commons-httpclient</artifactId>
-            </exclusion>
-         </exclusions>
+         <version>2.2.7.GA</version>
       </dependency>
 
       <!-- optional dependencies -->
@@ -104,9 +90,9 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-         <groupId>org.jboss.transaction</groupId>
-         <artifactId>jboss-jta</artifactId>
-         <version>4.3.0.BETA2</version>
+         <groupId>jboss.jbossts</groupId>
+         <artifactId>jbossjta</artifactId>
+         <version>4.3.0.GA</version>
          <scope>test</scope>
       </dependency>
       <dependency>




More information about the jbosscache-commits mailing list