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/05/14 15:00:32 UTC

svn commit: r774756 - /portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Author: ate
Date: Thu May 14 13:00:31 2009
New Revision: 774756

URL: http://svn.apache.org/viewvc?rev=774756&view=rev
Log:
Just noticed commons-logging crept back into the build because it wasn't excluded (anymore?) on commons-configuration...

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=774756&r1=774755&r2=774756&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Thu May 14 13:00:31 2009
@@ -233,6 +233,12 @@
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
       <version>${commons-configuration.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>commons-lang</groupId>



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