parent
7be4193933
commit
40d5e7cc80
|
@ -139,8 +139,6 @@ configure(allprojects) { project ->
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://repo.spring.io/libs-release" }
|
maven { url "https://repo.spring.io/libs-release" }
|
||||||
maven { url "https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
|
|
||||||
maven { url "https://repo.spring.io/snapshot" } // for Reactor
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -80,8 +80,8 @@ compileTestJava {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
aspects(project(":spring-orm"))
|
aspects(project(":spring-orm"))
|
||||||
ajc("org.aspectj:aspectjtools:1.9.0.RC2") // for JDK 9+ build compatibility
|
ajc("org.aspectj:aspectjtools:1.9.0") // for JDK 9+ build compatibility
|
||||||
rt("org.aspectj:aspectjrt:1.9.0.RC2") // for JDK 9+ build compatibility
|
rt("org.aspectj:aspectjrt:1.9.0") // for JDK 9+ build compatibility
|
||||||
compile("org.aspectj:aspectjweaver:${aspectjVersion}") // for Maven POM exposure
|
compile("org.aspectj:aspectjweaver:${aspectjVersion}") // for Maven POM exposure
|
||||||
optional(project(":spring-aop")) // for @Async support
|
optional(project(":spring-aop")) // for @Async support
|
||||||
optional(project(":spring-beans")) // for @Configurable support
|
optional(project(":spring-beans")) // for @Configurable support
|
||||||
|
|
Loading…
Reference in New Issue