Revision: 1322
Author:   mathiasbr
Date:     2006-08-20 14:25:51 -0700 (Sun, 20 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1322&view=rev

Log Message:
-----------
updated glazed lists to 1.7.0
updated commons-logging to 1.1
removed log4j from runtime dependencies as it is not required to run spring rich

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml
    trunk/spring-richclient/samples/simple/pom.xml
    trunk/spring-richclient/sandbox/pom.xml
    trunk/spring-richclient/support/pom.xml
Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-08-20 18:30:48 UTC (rev 1321)
+++ trunk/spring-richclient/pom.xml     2006-08-20 21:25:51 UTC (rev 1322)
@@ -211,7 +211,7 @@
         <name>The Spring Framework</name>
         <url>http://www.springframework.org</url>
     </organization>
-
+    
     <build>
         <pluginManagement>
             <plugins>
@@ -623,15 +623,8 @@
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
-                <version>1.0.4</version>
+                <version>1.1</version> <!-- 1.0.1 <= x -->
             </dependency>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>1.2.12</version>
-                <scope>runtime</scope>
-                <optional>true</optional>
-            </dependency>
 
             <!-- Dependency injection -->
             <dependency>
@@ -841,8 +834,8 @@
             </dependency>
             <dependency>
                 <groupId>net.java.dev.glazedlists</groupId>
-                <artifactId>glazedlists</artifactId>
-                <version>1.6.0-jdk14</version>
+                <artifactId>glazedlists_java15</artifactId>
+                <version>1.7.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jdesktop</groupId>

Modified: trunk/spring-richclient/samples/simple/pom.xml
===================================================================
--- trunk/spring-richclient/samples/simple/pom.xml      2006-08-20 18:30:48 UTC 
(rev 1321)
+++ trunk/spring-richclient/samples/simple/pom.xml      2006-08-20 21:25:51 UTC 
(rev 1322)
@@ -84,7 +84,7 @@
         </dependency>
         <dependency>
             <groupId>net.java.dev.glazedlists</groupId>
-            <artifactId>glazedlists</artifactId>
+            <artifactId>glazedlists_java15</artifactId>
         </dependency>
 
     </dependencies>

Modified: trunk/spring-richclient/sandbox/pom.xml
===================================================================
--- trunk/spring-richclient/sandbox/pom.xml     2006-08-20 18:30:48 UTC (rev 
1321)
+++ trunk/spring-richclient/sandbox/pom.xml     2006-08-20 21:25:51 UTC (rev 
1322)
@@ -44,7 +44,7 @@
         </dependency>
         <dependency>
             <groupId>net.java.dev.glazedlists</groupId>
-            <artifactId>glazedlists</artifactId>
+            <artifactId>glazedlists_java15</artifactId>
             <optional>true</optional>
         </dependency>
         <dependency>

Modified: trunk/spring-richclient/support/pom.xml
===================================================================
--- trunk/spring-richclient/support/pom.xml     2006-08-20 18:30:48 UTC (rev 
1321)
+++ trunk/spring-richclient/support/pom.xml     2006-08-20 21:25:51 UTC (rev 
1322)
@@ -74,12 +74,6 @@
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
         </dependency>
-        <!-- TODO test cases should use log4j transparently -->
-        <dependency>
-          <groupId>log4j</groupId>
-          <artifactId>log4j</artifactId>
-          <scope>test</scope>
-        </dependency>
 
         <!-- Dependency injection -->
         <dependency>
@@ -169,4 +163,4 @@
 
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>


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