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

Log Message:
-----------
explicitly adding dependency to commons-collections. While this
jar is transitively added through spring-modules, the latter is an
optional one.

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

Modified: trunk/spring-richclient/support/pom.xml
===================================================================
--- trunk/spring-richclient/support/pom.xml     2006-09-04 07:33:53 UTC (rev 
1364)
+++ trunk/spring-richclient/support/pom.xml     2006-09-04 08:29:24 UTC (rev 
1365)
@@ -111,6 +111,15 @@
             <artifactId>spring-binding</artifactId>
         </dependency>
 
+                               <!-- Needed for SortedListModel to work 
+                                       Is actually added by 
spring-modules-validation in 
+                                       a transitive way, but when not using 
validation, 
+                                       this package is also needed -->        
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+        </dependency>
+
         <!-- only required when ValangRichValidator is used -->
         <dependency>
             <groupId>org.springmodules</groupId>


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