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 2015/08/29 21:09:32 UTC

svn commit: r1700071 - /axis/axis2/java/core/trunk/modules/parent/pom.xml

Author: veithen
Date: Sat Aug 29 19:09:31 2015
New Revision: 1700071

URL: http://svn.apache.org/r1700071
Log:
Use the same AspectJ version as Axiom.

Modified:
    axis/axis2/java/core/trunk/modules/parent/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1700071&r1=1700070&r2=1700071&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sat Aug 29 19:09:31 2015
@@ -953,12 +953,12 @@
             <dependency>
                 <groupId>org.aspectj</groupId>
                 <artifactId>aspectjrt</artifactId>
-                <version>1.7.4</version>
+                <version>1.8.2</version>
             </dependency>
             <dependency>
                 <groupId>org.aspectj</groupId>
                 <artifactId>aspectjweaver</artifactId>
-                <version>1.7.4</version>
+                <version>1.8.2</version>
             </dependency>
         </dependencies>
     </dependencyManagement>