We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6c714 commit 69767abCopy full SHA for 69767ab
maven/grails-core.pom.in
@@ -209,6 +209,11 @@
209
<groupId>org.springframework</groupId>
210
<artifactId>spring-test</artifactId>
211
</dependency>
212
+
213
+ <dependency>
214
+ <groupId>org.aspectj</groupId>
215
+ <artifactId>aspectjrt</artifactId>
216
+ </dependency>
217
218
<!-- Grails Dependencies -->
219
<dependency>
maven/grails.pom.in
@@ -343,9 +343,10 @@
343
344
345
346
- <groupId>aopalliance</groupId>
347
- <artifactId>aopalliance</artifactId>
348
- <version>1.0</version>
+ <version>1.6.6</version>
349
+ <scope>runtime</scope>
350
351
</dependencies>
352
</dependencyManagement>
0 commit comments