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 2016/12/13 14:19:46 UTC

syncope git commit: Downgrading AspectJ as new release does not work with JDK 1.7

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 5432f2759 -> e1e68bde6


Downgrading AspectJ as new release does not work with JDK 1.7


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e1e68bde
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e1e68bde
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e1e68bde

Branch: refs/heads/1_2_X
Commit: e1e68bde655fa2596838774b0cf6e3606f1de94d
Parents: 5432f27
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 13 15:19:34 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 13 15:19:34 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e1e68bde/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c848227..6a0024f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ under the License.
 
     <activiti.version>5.16.6</activiti.version>
 
-    <aspectj.version>1.8.10</aspectj.version>
+    <aspectj.version>1.8.9</aspectj.version>
 
     <cxf.version>3.0.12</cxf.version>	
     <spring.version>4.0.9.RELEASE</spring.version>