Merge pull request #173 from coheigea/aspectj

Get the aspectj modules passing with JDK 11
diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml
index 38dcf22..f8d2298 100644
--- a/samples/aspectj/pom.xml
+++ b/samples/aspectj/pom.xml
@@ -34,9 +34,14 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>com.nickwongdev</groupId>
+				<artifactId>aspectj-maven-plugin</artifactId>
+				<version>1.12.1</version>
+				<!-- Using a fork, until such time that the aspect-maven-plugin updates to support JDK 11 - https://github.com/mojohaus/aspectj-maven-plugin/pull/45
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>aspectj-maven-plugin</artifactId>
 				<version>1.11</version>
+				-->
 				<configuration>
 					<source>${jdk.version}</source>
 					<target>${jdk.version}</target>
diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml
index a543b23..c786cbf 100644
--- a/support/aspectj/pom.xml
+++ b/support/aspectj/pom.xml
@@ -62,9 +62,14 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>com.nickwongdev</groupId>
+                <artifactId>aspectj-maven-plugin</artifactId>
+                <version>1.12.1</version>
+                <!-- Using a fork, until such time that the aspect-maven-plugin updates to support JDK 11 - https://github.com/mojohaus/aspectj-maven-plugin/pull/45
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>aspectj-maven-plugin</artifactId>
                 <version>1.11</version>
+                -->
                 <configuration>
                     <source>${jdk.version}</source>
                     <target>${jdk.version}</target>