[jboss-cvs] JBossAS SVN: r102585 - in projects/snowdrop/examples/trunk/sportsclub: sportsclub-ear and 2 other directories.

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


Author: marius.bogoevici
Date: 2010-03-18 16:27:26 -0400 (Thu, 18 Mar 2010)
New Revision: 102585

Modified:
   projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/pom.xml
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-ear/pom.xml
Log:
fix application

Modified: projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml	2010-03-18 20:05:15 UTC (rev 102584)
+++ projects/snowdrop/examples/trunk/sportsclub/jbossconf/pom.xml	2010-03-18 20:27:26 UTC (rev 102585)
@@ -24,10 +24,9 @@
 
         <dependency>
             <groupId>org.jboss.snowdrop</groupId>
-            <artifactId>snowdrop</artifactId>
+            <artifactId>jboss-spring-deployer</artifactId>
             <version>${snowdrop.version}</version>
             <type>zip</type>
-            <classifier>deployer</classifier>
         </dependency>
     </dependencies>
 
@@ -51,7 +50,7 @@
                                 <phase>process-resources</phase>
                                 <configuration>
                                     <stripVersion>true</stripVersion>
-                                    <includeArtifactIds>snowdrop</includeArtifactIds>
+                                    <includeArtifactIds>jboss-spring-deployer</includeArtifactIds>
                                 </configuration>
                             </execution>
                         </executions>
@@ -85,7 +84,7 @@
                                                 failonerror="false"/>
 
                                         <unzip dest="${project.build.directory}/spring.deployer"
-                                               src="${project.build.directory}/dependency/snowdrop-deployer.zip"/>
+                                               src="${project.build.directory}/dependency/jboss-spring-deployer.zip"/>
 
                                         <copy todir="${jboss.home}/server/${jboss.server.name}/deployers"
                                               overwrite="true">

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml	2010-03-18 20:05:15 UTC (rev 102584)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-ear/pom.xml	2010-03-18 20:27:26 UTC (rev 102585)
@@ -63,6 +63,22 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jms</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-orm</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-tx</artifactId>
+        </dependency>
+        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
         </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 20:05:15 UTC (rev 102584)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-invoicing-webmvc/pom.xml	2010-03-18 20:27:26 UTC (rev 102585)
@@ -56,11 +56,13 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-tx</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jms</artifactId>
+            <scope>provided</scope>
         </dependency>
 
 

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-ear/pom.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-ear/pom.xml	2010-03-18 20:05:15 UTC (rev 102584)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-jpa-ear/pom.xml	2010-03-18 20:27:26 UTC (rev 102585)
@@ -62,7 +62,23 @@
             <type>war</type>
             <version>${project.version}</version>
         </dependency>
+         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-jms</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-orm</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-tx</artifactId>
+        </dependency>
+        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
         </dependency>




More information about the jboss-cvs-commits mailing list