[jboss-cvs] JBossAS SVN: r102560 - in projects/snowdrop/examples/trunk/sportsclub: sportsclub-hibernate-dao and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 18 07:52:27 EDT 2010


Author: marius.bogoevici
Date: 2010-03-18 07:52:26 -0400 (Thu, 18 Mar 2010)
New Revision: 102560

Modified:
   projects/snowdrop/examples/trunk/sportsclub/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-hibernate-dao/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-ejb/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-dao/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-test-infrastructure/pom.xml
Log:
replacing spring.jar references with individual jars.

Modified: projects/snowdrop/examples/trunk/sportsclub/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -102,11 +102,35 @@
 
             <dependency>
                 <groupId>org.springframework</groupId>
-                <artifactId>spring</artifactId>
+                <artifactId>spring-context</artifactId>
                 <version>${spring.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-tx</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
 
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-jdbc</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-orm</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-jms</artifactId>
+                <version>${spring.version}</version>
+            </dependency>
+
+
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-web</artifactId>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-hibernate-dao/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-hibernate-dao/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-hibernate-dao/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -18,10 +18,21 @@
      
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
         </dependency>
 
         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-tx</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-orm</artifactId>
+        </dependency>
+        
+
+        <dependency>
             <groupId>org.jboss.snowdrop.samples.sportsclub</groupId>
             <artifactId>sportsclub-domain</artifactId>
         </dependency>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-ejb/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-ejb/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-ejb/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -45,7 +45,7 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -19,7 +19,7 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -55,6 +55,17 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
+            <artifactId>spring-tx</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jms</artifactId>
+        </dependency>
+
+
+        <dependency>
+            <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
             <scope>provided</scope>
         </dependency>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-dao/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-dao/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-dao/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -19,11 +19,22 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
+            <artifactId>spring-tx</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-orm</artifactId>
+        </dependency>
+        
+
+        <dependency>
+            <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
         </dependency>
 

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-spring/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -37,7 +37,7 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
         </dependency>
 
     </dependencies>

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -38,7 +38,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework</groupId>
-                    <artifactId>spring</artifactId>
+                    <artifactId>spring-context</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
@@ -59,7 +59,7 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
             <scope>provided</scope>
         </dependency>
         

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-subscriptions-web/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -76,7 +76,7 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring</artifactId>
+            <artifactId>spring-context</artifactId>
             <scope>provided</scope>
         </dependency>
 

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-test-infrastructure/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-test-infrastructure/pom.xml	2010-03-18 10:39:53 UTC (rev 102559)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-test-infrastructure/pom.xml	2010-03-18 11:52:26 UTC (rev 102560)
@@ -17,12 +17,18 @@
 
    <dependencies>
 
-      <dependency>
-          <groupId>org.springframework</groupId>
-          <artifactId>spring</artifactId>
-      </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
+           <artifactId>spring-context</artifactId>
+       </dependency>
+
+       <dependency>
+           <groupId>org.springframework</groupId>
+           <artifactId>spring-jdbc</artifactId>
+       </dependency>
+       
+       <dependency>
+           <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
        </dependency>
       <dependency>




More information about the jboss-cvs-commits mailing list