Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31516EBB2 for ; Thu, 21 Feb 2013 11:19:08 +0000 (UTC) Received: (qmail 67633 invoked by uid 500); 21 Feb 2013 11:19:08 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 67602 invoked by uid 500); 21 Feb 2013 11:19:08 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 67585 invoked by uid 99); 21 Feb 2013 11:19:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 11:19:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 11:19:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9872D238890B; Thu, 21 Feb 2013 11:18:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1448586 - in /syncope/trunk: core/pom.xml pom.xml Date: Thu, 21 Feb 2013 11:18:47 -0000 To: commits@syncope.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130221111847.9872D238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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. org.aspectj - aspectjrt - - - org.aspectj aspectjweaver 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. 2.7.3 3.2.1.RELEASE 3.1.3.RELEASE - 1.7.1 + 1.7.2.RELEASE 1.9.11 1.4.3 1.7 @@ -562,11 +562,6 @@ under the License. org.aspectj - aspectjrt - ${aspectj.version} - - - org.aspectj aspectjweaver ${aspectj.version}