[jboss-cvs] JBossAS SVN: r97278 - in projects/snowdrop/branches/1_0: vfs and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 2 01:23:06 EST 2009


Author: marius.bogoevici
Date: 2009-12-02 01:23:06 -0500 (Wed, 02 Dec 2009)
New Revision: 97278

Modified:
   projects/snowdrop/branches/1_0/pom.xml
   projects/snowdrop/branches/1_0/vfs/pom.xml
Log:
pom changes

Modified: projects/snowdrop/branches/1_0/pom.xml
===================================================================
--- projects/snowdrop/branches/1_0/pom.xml	2009-12-02 06:18:27 UTC (rev 97277)
+++ projects/snowdrop/branches/1_0/pom.xml	2009-12-02 06:23:06 UTC (rev 97278)
@@ -386,12 +386,18 @@
         <version>${version.spring}</version>
       </dependency>
       <dependency>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-webmvc</artifactId>
+          <version>${version.spring}</version>
+          <scope>provided</scope>
+       </dependency>
+      <dependency>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-reflect</artifactId>
         <version>${version.jboss.reflect}</version>
         <scope>provided</scope>
       </dependency>
-      <dependency>
+       <dependency>
         <groupId>org.jboss.cache</groupId>
         <artifactId>jbosscache-pojo</artifactId>
         <version>${version.jboss.pojocache}</version>

Modified: projects/snowdrop/branches/1_0/vfs/pom.xml
===================================================================
--- projects/snowdrop/branches/1_0/vfs/pom.xml	2009-12-02 06:18:27 UTC (rev 97277)
+++ projects/snowdrop/branches/1_0/vfs/pom.xml	2009-12-02 06:23:06 UTC (rev 97278)
@@ -39,6 +39,10 @@
       <artifactId>spring-web</artifactId>
     </dependency>
     <dependency>
+       <groupId>org.springframework</groupId>
+       <artifactId>spring-webmvc</artifactId>
+    </dependency>
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list