Revision: 1730
          http://svn.sourceforge.net/spring-rich-c/?rev=1730&view=rev
Author:   jdigger
Date:     2007-03-06 09:51:11 -0800 (Tue, 06 Mar 2007)

Log Message:
-----------
Fixed transitive dependency issue (RCP-466)

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

Modified: trunk/spring-richclient/core/pom.xml
===================================================================
--- trunk/spring-richclient/core/pom.xml        2007-03-05 17:24:06 UTC (rev 
1729)
+++ trunk/spring-richclient/core/pom.xml        2007-03-06 17:51:11 UTC (rev 
1730)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -10,14 +11,36 @@
     <artifactId>spring-richclient-core</artifactId>
     <packaging>jar</packaging>
     <name>Spring richclient core</name>
-    <description>
-        Core and basic classes.
-    </description>
+    <description>Core and basic classes.</description>
 
     <dependencies>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
+
+            <exclusions>
+                <!-- Let the user decide what logging implementation to use,
+                    do not bring all of them in as a dependency.  (Should be
+                    fixed in the commons-logging POM, but... -->
+                <exclusion>
+                    <groupId>avalon-framework</groupId>
+                    <artifactId>avalon-framework</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>logkit</groupId>
+                    <artifactId>logkit</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+
+                <!-- Also pointlessly imported via the commons-logging... -->
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -31,5 +54,5 @@
         </dependency>
 
     </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.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
spring-rich-c-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to