You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/07/01 23:07:57 UTC

svn commit: r1800538 - /axis/axis2/java/core/branches/google-java-format/pom.xml

Author: veithen
Date: Sat Jul  1 23:07:57 2017
New Revision: 1800538

URL: http://svn.apache.org/viewvc?rev=1800538&view=rev
Log:
Fix axis2-wsdl2code-maven-plugin.

Modified:
    axis/axis2/java/core/branches/google-java-format/pom.xml

Modified: axis/axis2/java/core/branches/google-java-format/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/google-java-format/pom.xml?rev=1800538&r1=1800537&r2=1800538&view=diff
==============================================================================
--- axis/axis2/java/core/branches/google-java-format/pom.xml (original)
+++ axis/axis2/java/core/branches/google-java-format/pom.xml Sat Jul  1 23:07:57 2017
@@ -529,7 +529,7 @@
         <jibx.version>1.3.1</jibx.version>
         <log4j.version>1.2.15</log4j.version>
         <maven.archiver.version>3.0.2</maven.archiver.version>
-        <maven.version>3.0.5</maven.version>
+        <maven.version>3.3.9</maven.version>
         <maven.plugin.descriptor.version>2.0.7</maven.plugin.descriptor.version>
         <maven.archetype.plugin.version>2.2</maven.archetype.plugin.version>
         <plexus.classworlds.version>2.4</plexus.classworlds.version>
@@ -1078,6 +1078,13 @@
                 <artifactId>geronimo-jta_1.1_spec</artifactId>
                 <version>${geronimo-spec.jta.version}</version>
             </dependency>
+            <dependency>
+                <!-- Both google-java-format and Maven depend on Guava. We need to select
+                     a version that works for both. -->
+                <groupId>com.google.guava</groupId>
+                <artifactId>guava</artifactId>
+                <version>19.0</version>
+            </dependency>
 
             <dependency>
                 <groupId>commons-cli</groupId>