Revision: 1337
Author:   ge0ffrey
Date:     2006-08-23 01:49:31 -0700 (Wed, 23 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1337&view=rev

Log Message:
-----------
fix for build break due to dependencies missing of modules + reorder 
bean/context in front of spring-remoting in dependencies of support

Modified Paths:
--------------
    trunk/spring-richclient/support/pom.xml
    trunk/spring-richclient/tiger/pom.xml
Modified: trunk/spring-richclient/support/pom.xml
===================================================================
--- trunk/spring-richclient/support/pom.xml     2006-08-22 21:01:52 UTC (rev 
1336)
+++ trunk/spring-richclient/support/pom.xml     2006-08-23 08:49:31 UTC (rev 
1337)
@@ -82,11 +82,6 @@
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-remoting</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
         </dependency>
         <dependency>
@@ -98,6 +93,11 @@
             <artifactId>spring-aop</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-remoting</artifactId>
+            <optional>true</optional>
+        </dependency>
 
         <dependency>
             <groupId>aopalliance</groupId>

Modified: trunk/spring-richclient/tiger/pom.xml
===================================================================
--- trunk/spring-richclient/tiger/pom.xml       2006-08-22 21:01:52 UTC (rev 
1336)
+++ trunk/spring-richclient/tiger/pom.xml       2006-08-23 08:49:31 UTC (rev 
1337)
@@ -57,6 +57,14 @@
         <!-- Dependency injection -->
         <dependency>
             <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to