Author: ate
Date: Thu Aug 20 14:40:30 2009
New Revision: 806194
URL: http://svn.apache.org/viewvc?rev=806194&view=rev
Log:
Missed commons-logging exclusion on ddlutils which showed up when using the
maven-achetype to create a custom portal
Modified:
portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml
Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml?rev=806194&r1=806193&r2=806194&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml
(original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml Thu
Aug 20 14:40:30 2009
@@ -93,6 +93,10 @@
<artifactId>commons-logging-api</artifactId>
</exclusion>
<exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</exclusion>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]