You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/11/16 00:42:33 UTC

svn commit: r1202472 - /webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml

Author: veithen
Date: Tue Nov 15 23:42:33 2011
New Revision: 1202472

URL: http://svn.apache.org/viewvc?rev=1202472&view=rev
Log:
Upgraded to Jaxen 1.1.3.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=1202472&r1=1202471&r2=1202472&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml Tue Nov 15 23:42:33 2011
@@ -379,7 +379,7 @@
             <dependency>
                 <groupId>jaxen</groupId>
                 <artifactId>jaxen</artifactId>
-                <version>1.1.1</version>
+                <version>1.1.3</version>
                 <exclusions>
                     <exclusion>
                         <artifactId>dom4j</artifactId>
@@ -405,6 +405,16 @@
                         <groupId>xml-apis</groupId>
                         <artifactId>xml-apis</artifactId>
                     </exclusion>
+                    <!-- No, this is not a mistake: Jaxen 1.1.3 indeed has dependencies
+                         on these plugins in scope compile! -->
+                    <exclusion>
+                        <groupId>maven-plugins</groupId>
+                        <artifactId>maven-cobertura-plugin</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>maven-plugins</groupId>
+                        <artifactId>maven-findbugs-plugin</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>