Fix the AspectJ configuration.

git-svn-id: https://svn.apache.org/repos/asf/synapse/trunk@1700075 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/java/modules/transports/core/nhttp/src/test/resources/META-INF/aop.xml b/java/modules/transports/core/nhttp/src/test/resources/META-INF/aop.xml
index b3188af..536ecb1 100644
--- a/java/modules/transports/core/nhttp/src/test/resources/META-INF/aop.xml
+++ b/java/modules/transports/core/nhttp/src/test/resources/META-INF/aop.xml
@@ -20,6 +20,6 @@
 <aspectj>
     <weaver options="-showWeaveInfo">
         <include within="org.apache.synapse.transport..*"/>
-        <include within="org.apache.axis2.transport.base..*"/>
+        <include within="org.apache.axis2.transport..*"/>
     </weaver>
-</aspectj>
\ No newline at end of file
+</aspectj>
diff --git a/java/modules/transports/core/vfs/src/test/resources/META-INF/aop.xml b/java/modules/transports/core/vfs/src/test/resources/META-INF/aop.xml
index b3188af..536ecb1 100644
--- a/java/modules/transports/core/vfs/src/test/resources/META-INF/aop.xml
+++ b/java/modules/transports/core/vfs/src/test/resources/META-INF/aop.xml
@@ -20,6 +20,6 @@
 <aspectj>
     <weaver options="-showWeaveInfo">
         <include within="org.apache.synapse.transport..*"/>
-        <include within="org.apache.axis2.transport.base..*"/>
+        <include within="org.apache.axis2.transport..*"/>
     </weaver>
-</aspectj>
\ No newline at end of file
+</aspectj>
diff --git a/java/pom.xml b/java/pom.xml
index b649cd6..5de5e69 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -1095,7 +1095,7 @@
         <jms-1.1-spec.version>1.1</jms-1.1-spec.version>
         <httpcore.nio.version>4.3</httpcore.nio.version>
         <http.client.version>4.3.1</http.client.version>
-        <aspectj.version>1.6.1</aspectj.version>
+        <aspectj.version>1.8.2</aspectj.version>
         <qfj.version>1.4.0</qfj.version>
         <wso2uri-template.version>1.0.0</wso2uri-template.version>
         <woden.version>1.0-SNAPSHOT</woden.version>