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 2015/07/03 00:14:56 UTC

svn commit: r1688918 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Thu Jul  2 22:14:55 2015
New Revision: 1688918

URL: http://svn.apache.org/r1688918
Log:
Upgrade AspectJ to solve a build issue with Java 8.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1688918&r1=1688917&r2=1688918&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Thu Jul  2 22:14:55 2015
@@ -450,7 +450,7 @@
             <dependency>
                 <groupId>org.aspectj</groupId>
                 <artifactId>aspectjrt</artifactId>
-                <version>1.7.4</version>
+                <version>1.8.2</version>
             </dependency>
             <dependency>
                 <groupId>com.sun.xml.messaging.saaj</groupId>
@@ -625,7 +625,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>aspectj-maven-plugin</artifactId>
-                    <version>1.6</version>
+                    <version>1.7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.eclipse.m2e</groupId>