|
|
|
@ -96,7 +96,7 @@ dependencies { |
|
|
|
optional(project(":spring-context-support")) // for JavaMail and JSR-107 support |
|
|
|
optional(project(":spring-context-support")) // for JavaMail and JSR-107 support |
|
|
|
optional(project(":spring-orm")) // for JPA exception translation support |
|
|
|
optional(project(":spring-orm")) // for JPA exception translation support |
|
|
|
optional(project(":spring-tx")) // for JPA, @Transactional support |
|
|
|
optional(project(":spring-tx")) // for JPA, @Transactional support |
|
|
|
optional("javax.cache:cache-api:1.0.0") // for JCache aspect |
|
|
|
optional("javax.cache:cache-api:1.1.0") // for JCache aspect |
|
|
|
optional("javax.transaction:javax.transaction-api:1.2") // for @javax.transaction.Transactional support |
|
|
|
optional("javax.transaction:javax.transaction-api:1.2") // for @javax.transaction.Transactional support |
|
|
|
testCompile(project(":spring-core")) // for CodeStyleAspect |
|
|
|
testCompile(project(":spring-core")) // for CodeStyleAspect |
|
|
|
testCompile(project(":spring-test")) |
|
|
|
testCompile(project(":spring-test")) |
|
|
|
|