Author: ate
Date: Fri Oct 30 09:26:25 2009
New Revision: 831235

URL: http://svn.apache.org/viewvc?rev=831235&view=rev
Log:
Fix commons-beanutils dependency issues (beanutils, beanutils-core and 
sometimes also beanutils-collections being pulled in together)

Modified:
    portals/applications/webcontent/trunk/webcontent-jar/pom.xml

Modified: portals/applications/webcontent/trunk/webcontent-jar/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-jar/pom.xml?rev=831235&r1=831234&r2=831235&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-jar/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-jar/pom.xml Fri Oct 30 
09:26:25 2009
@@ -172,6 +172,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils-core</artifactId>            
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>


Reply via email to