[jbosscache-commits] JBoss Cache SVN: r7524 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 20 06:21:20 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-01-20 06:21:20 -0500 (Tue, 20 Jan 2009)
New Revision: 7524

Modified:
   core/trunk/pom.xml
Log:
reorganised deps

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-01-20 11:06:39 UTC (rev 7523)
+++ core/trunk/pom.xml	2009-01-20 11:21:20 UTC (rev 7524)
@@ -30,16 +30,11 @@
          <version>2.6.7.GA</version>
       </dependency>
 
+	   <!--
+	         For the JTA 1.1 API; consuming projects can safely
+	         exclude this and replace with any valid source of this API, such as a Java EE app server. 
+       -->
       <dependency>
-         <groupId>hsqldb</groupId>
-         <artifactId>hsqldb</artifactId>
-         <version>1.8.0.7</version>
-         <scope>test</scope>
-      </dependency>
-
-      <!-- For the JTA 1.1 API; consuming projects can safely
-           exclude this and replace with any valid source of this API -->
-      <dependency>
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
          <version>1.1</version>
@@ -67,7 +62,7 @@
       <dependency>
          <groupId>c3p0</groupId>
          <artifactId>c3p0</artifactId>
-         <version>0.9.1.1</version>
+         <version>0.9.1.2</version>
          <optional>true</optional>
       </dependency>
       <dependency>
@@ -91,6 +86,13 @@
 
       <!-- test dependencies -->
       <dependency>
+         <groupId>hsqldb</groupId>
+         <artifactId>hsqldb</artifactId>
+         <version>1.8.0.7</version>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
          <groupId>org.easymock</groupId>
          <artifactId>easymock</artifactId>
          <version>2.4</version>
@@ -117,10 +119,10 @@
       <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
-         <version>2.3</version>
+         <version>2.5</version>
          <scope>test</scope>
       </dependency>
-      <!-- 5.8 is needed for propper parallel test execution -->
+      <!-- 5.8 is needed for proper parallel test execution -->
       <dependency>
          <groupId>org.testng</groupId>
          <artifactId>testng</artifactId>




More information about the jbosscache-commits mailing list