]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Add aspectj dependencies back into deployment (#465)
authorMichael Ritter <mikejritter@users.noreply.github.com>
Fri, 2 May 2025 21:25:30 +0000 (15:25 -0600)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 21:25:30 +0000 (15:25 -0600)
common-lib/pom.xml

index 1678635aaee796fa837da9758beb0daecf21ca10..873ec16fa61ba030bc25d7afc6c32a504d84b63e 100644 (file)
       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>