Revision: 1367
          http://svn.sourceforge.net/spring-rich-c/?rev=1367&view=rev
Author:   jhoskens
Date:     2006-09-04 01:36:03 -0700 (Mon, 04 Sep 2006)

Log Message:
-----------
updated spring to 1.2.8, added commons-collections  and fixed exclusions as 
workaround for maven bug

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml

Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-09-04 08:30:08 UTC (rev 1366)
+++ trunk/spring-richclient/pom.xml     2006-09-04 08:36:03 UTC (rev 1367)
@@ -480,7 +480,7 @@
     </pluginRepositories>
 
     <properties>
-      <spring.version>1.2.7</spring.version>
+      <spring.version>1.2.8</spring.version>
     </properties>
 
     <dependencies>
@@ -613,7 +613,11 @@
                 <artifactId>spring-binding</artifactId>
                 <version>1.0-rc3</version>
                 <exclusions>
-                    <exclusion>
+                <!-- bug: http://jira.codehaus.org/browse/MNG-1797 
+                when dependency is listed elsewhere with a version,
+                 that one will override a transitive one, so no exclusions of 
listed dependencies.
+                -->
+                    <!--exclusion>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-beans</artifactId>
                     </exclusion>
@@ -624,7 +628,7 @@
                     <exclusion>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-core</artifactId>
-                    </exclusion>
+                    </exclusion-->
                     <exclusion>
                         <groupId>log4j</groupId>
                         <artifactId>log4j</artifactId>
@@ -639,8 +643,21 @@
                 <groupId>org.springmodules</groupId>
                 <artifactId>spring-modules-validation</artifactId>
                 <version>0.5</version>
+                <exclusions>
+                       <exclusion>
+                               <groupId>org.springframework</groupId>
+                               <artifactId>spring</artifactId>
+                       </exclusion>
+                </exclusions>
             </dependency>
 
+                       <!-- Collections -->
+                       <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>3.1</version>
+            </dependency>
+
             <!-- Logging -->
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -771,10 +788,14 @@
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-webmvc</artifactId>
                     </exclusion>
-                    <exclusion>
+                    <!-- bug: http://jira.codehaus.org/browse/MNG-1797 
+                when dependency is listed elsewhere with a version,
+                 that one will override a transitive one, so no exclusions of 
listed dependencies.
+                -->
+                    <!--exclusion>
                         <groupId>org.springframework</groupId>
                         <artifactId>spring-dao</artifactId>
-                    </exclusion>
+                    </exclusion-->
                 </exclusions>
             </dependency>
             <dependency>
@@ -803,7 +824,7 @@
             <dependency><!-- TODO verify that the one in repository indeed is 
1.2.6 -->
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-petclinic</artifactId>
-                <version>1.2.6</version>
+                <version>${spring.version}</version>
             </dependency>
 
             <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