|
|
|
@ -6,12 +6,12 @@ dependencies { |
|
|
|
api(project(":spring-core")) |
|
|
|
api(project(":spring-core")) |
|
|
|
optional(project(":spring-jdbc")) // for Quartz support |
|
|
|
optional(project(":spring-jdbc")) // for Quartz support |
|
|
|
optional(project(":spring-tx")) // for Quartz support |
|
|
|
optional(project(":spring-tx")) // for Quartz support |
|
|
|
|
|
|
|
optional("com.github.ben-manes.caffeine:caffeine") |
|
|
|
optional("jakarta.activation:jakarta.activation-api") |
|
|
|
optional("jakarta.activation:jakarta.activation-api") |
|
|
|
optional("jakarta.mail:jakarta.mail-api") |
|
|
|
optional("jakarta.mail:jakarta.mail-api") |
|
|
|
optional("javax.cache:cache-api") |
|
|
|
optional("javax.cache:cache-api") |
|
|
|
optional("com.github.ben-manes.caffeine:caffeine") |
|
|
|
|
|
|
|
optional("org.quartz-scheduler:quartz") |
|
|
|
|
|
|
|
optional("org.freemarker:freemarker") |
|
|
|
optional("org.freemarker:freemarker") |
|
|
|
|
|
|
|
optional("org.quartz-scheduler:quartz") |
|
|
|
testFixturesApi("org.junit.jupiter:junit-jupiter-api") |
|
|
|
testFixturesApi("org.junit.jupiter:junit-jupiter-api") |
|
|
|
testFixturesImplementation("org.assertj:assertj-core") |
|
|
|
testFixturesImplementation("org.assertj:assertj-core") |
|
|
|
testFixturesImplementation("org.mockito:mockito-core") |
|
|
|
testFixturesImplementation("org.mockito:mockito-core") |
|
|
|
@ -20,10 +20,10 @@ dependencies { |
|
|
|
testImplementation(testFixtures(project(":spring-context"))) |
|
|
|
testImplementation(testFixtures(project(":spring-context"))) |
|
|
|
testImplementation(testFixtures(project(":spring-core"))) |
|
|
|
testImplementation(testFixtures(project(":spring-core"))) |
|
|
|
testImplementation(testFixtures(project(":spring-tx"))) |
|
|
|
testImplementation(testFixtures(project(":spring-tx"))) |
|
|
|
testImplementation("org.hsqldb:hsqldb") |
|
|
|
|
|
|
|
testImplementation("jakarta.annotation:jakarta.annotation-api") |
|
|
|
testImplementation("jakarta.annotation:jakarta.annotation-api") |
|
|
|
testRuntimeOnly("org.ehcache:jcache") |
|
|
|
testImplementation("org.hsqldb:hsqldb") |
|
|
|
|
|
|
|
testRuntimeOnly("com.sun.mail:jakarta.mail") |
|
|
|
testRuntimeOnly("org.ehcache:ehcache") |
|
|
|
testRuntimeOnly("org.ehcache:ehcache") |
|
|
|
|
|
|
|
testRuntimeOnly("org.ehcache:jcache") |
|
|
|
testRuntimeOnly("org.glassfish:jakarta.el") |
|
|
|
testRuntimeOnly("org.glassfish:jakarta.el") |
|
|
|
testRuntimeOnly("com.sun.mail:jakarta.mail") |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|