← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6690: downgraded aspectj to 1.6.4 again... should probably be investigated, 1.6.12 doesn't seem to play...

 

------------------------------------------------------------
revno: 6690
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-04-23 10:47:24 +0300
message:
  downgraded aspectj to 1.6.4 again... should probably be investigated, 1.6.12 doesn't seem to play nice with spring aop
modified:
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2012-04-23 07:38:03 +0000
+++ dhis-2/pom.xml	2012-04-23 07:47:24 +0000
@@ -368,12 +368,12 @@
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjrt</artifactId>
-        <version>1.6.12</version>
+        <version>1.6.4</version>
       </dependency>
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.6.12</version>
+        <version>1.6.4</version>
       </dependency>
       <!--Spring Security -->
       <dependency>