You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2009/03/14 21:44:44 UTC

svn commit: r754516 - /portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/pom.xml

Author: ate
Date: Sat Mar 14 20:44:43 2009
New Revision: 754516

URL: http://svn.apache.org/viewvc?rev=754516&view=rev
Log:
Fix unneeded transitive maven dependencies  for jetspeed-layouts.
This cuts down the jetspeed-layouts war size from 1.9Mb to 40Kb! 

Modified:
    portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/pom.xml

Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/pom.xml?rev=754516&r1=754515&r2=754516&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed-layouts/pom.xml Sat Mar 14 20:44:43 2009
@@ -46,6 +46,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-configuration</groupId>
+          <artifactId>commons-configuration</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org