[jboss-cvs] JBossAS SVN: r105103 - in projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2: sportsclub-invoicing-webmvc and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 21 12:44:03 EDT 2010


Author: marius.bogoevici
Date: 2010-05-21 12:44:02 -0400 (Fri, 21 May 2010)
New Revision: 105103

Modified:
   projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-ear/pom.xml
   projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-invoicing-webmvc/pom.xml
   projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-jpa-ear/pom.xml
Log:
fixes



Modified: projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-ear/pom.xml
===================================================================
--- projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-ear/pom.xml	2010-05-21 16:28:27 UTC (rev 105102)
+++ projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-ear/pom.xml	2010-05-21 16:44:02 UTC (rev 105103)
@@ -95,7 +95,7 @@
         </dependency>
         <dependency>
            <groupId>org.springframework</groupId>
-           <artifactId>spring-webmvc</artifactId>
+           <artifactId>spring-web</artifactId>
         </dependency>
         <dependency>
             <groupId>org.aspectj</groupId>

Modified: projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-invoicing-webmvc/pom.xml
===================================================================
--- projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-invoicing-webmvc/pom.xml	2010-05-21 16:28:27 UTC (rev 105102)
+++ projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-invoicing-webmvc/pom.xml	2010-05-21 16:44:02 UTC (rev 105103)
@@ -51,7 +51,6 @@
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
             </exclusions>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-jpa-ear/pom.xml
===================================================================
--- projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-jpa-ear/pom.xml	2010-05-21 16:28:27 UTC (rev 105102)
+++ projects/snowdrop/examples/tags/sportsclub-1.0.0-WFK-1.1-CR2/sportsclub-jpa-ear/pom.xml	2010-05-21 16:44:02 UTC (rev 105103)
@@ -80,7 +80,8 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context-support</artifactId>
-        </dependency>        <dependency>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jms</artifactId>
         </dependency>
@@ -94,7 +95,7 @@
         </dependency>
         <dependency>
            <groupId>org.springframework</groupId>
-           <artifactId>spring-webmvc</artifactId>
+           <artifactId>spring-web</artifactId>
         </dependency>
         <dependency>
             <groupId>org.aspectj</groupId>




More information about the jboss-cvs-commits mailing list