You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/05 21:05:54 UTC

svn commit: r1227804 - /commons/proper/validator/trunk/pom.xml

Author: simonetripodi
Date: Thu Jan  5 20:05:54 2012
New Revision: 1227804

URL: http://svn.apache.org/viewvc?rev=1227804&view=rev
Log:
exclude digester dependencies and use the ones provided in the current pom

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1227804&r1=1227803&r2=1227804&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Jan  5 20:05:54 2012
@@ -204,6 +204,17 @@
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
       <version>1.8</version>
+      <!-- exclude older version and use declared-only -->
+      <exclusions>
+        <exclusion>
+          <groupId>commons-beanutils</groupId>
+          <artifactId>commons-beanutils</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>