These are not required for the services war so they should live somewhere else. It's difficult to test
version changes because they require the gateway to be deployed.
-->
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectjrt</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectjtools</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.aspectj</groupId>
+ <artifactId>aspectjweaver</artifactId>
+ </dependency>
<dependency>
<groupId>com.fasterxml</groupId>
<artifactId>classmate</artifactId>