You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2007/11/30 12:13:38 UTC

svn commit: r599776 - /maven/continuum/branches/continuum-jpa/continuum-model-jpa/pom.xml

Author: rinku
Date: Fri Nov 30 03:13:32 2007
New Revision: 599776

URL: http://svn.apache.org/viewvc?rev=599776&view=rev
Log:
o  toying with Spring 2.5 as underlying container.

Modified:
    maven/continuum/branches/continuum-jpa/continuum-model-jpa/pom.xml

Modified: maven/continuum/branches/continuum-jpa/continuum-model-jpa/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-jpa/continuum-model-jpa/pom.xml?rev=599776&r1=599775&r2=599776&view=diff
==============================================================================
--- maven/continuum/branches/continuum-jpa/continuum-model-jpa/pom.xml (original)
+++ maven/continuum/branches/continuum-jpa/continuum-model-jpa/pom.xml Fri Nov 30 03:13:32 2007
@@ -12,7 +12,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -28,15 +28,16 @@
     </dependency>
     
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.4.7</version>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <version>2.5</version>      
     </dependency>
     
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-40</version>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-test</artifactId>
+      <version>2.5</version>      
     </dependency>
+    
   </dependencies>  
 </project>