You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/02/21 12:18:47 UTC

svn commit: r1448586 - in /syncope/trunk: core/pom.xml pom.xml

Author: ilgrosso
Date: Thu Feb 21 11:18:47 2013
New Revision: 1448586

URL: http://svn.apache.org/r1448586
Log:
Upgrading to AspectJ 1.7.2.RELEASE and removing obsolete dependency

Modified:
    syncope/trunk/core/pom.xml
    syncope/trunk/pom.xml

Modified: syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core/pom.xml?rev=1448586&r1=1448585&r2=1448586&view=diff
==============================================================================
--- syncope/trunk/core/pom.xml (original)
+++ syncope/trunk/core/pom.xml Thu Feb 21 11:18:47 2013
@@ -178,10 +178,6 @@ under the License.
 
     <dependency>
       <groupId>org.aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
     </dependency>
 	

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1448586&r1=1448585&r2=1448586&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Thu Feb 21 11:18:47 2013
@@ -293,7 +293,7 @@ under the License.
     <cxf.version>2.7.3</cxf.version>	
     <spring.version>3.2.1.RELEASE</spring.version>
     <spring-security.version>3.1.3.RELEASE</spring-security.version>
-    <aspectj.version>1.7.1</aspectj.version>
+    <aspectj.version>1.7.2.RELEASE</aspectj.version>
     <jackson.version>1.9.11</jackson.version>
     <xstream.version>1.4.3</xstream.version>
     <velocity.version>1.7</velocity.version>
@@ -562,11 +562,6 @@ under the License.
             
       <dependency>
         <groupId>org.aspectj</groupId>
-        <artifactId>aspectjrt</artifactId>
-        <version>${aspectj.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
         <version>${aspectj.version}</version>
       </dependency>