|
|
|
|
@ -15,7 +15,7 @@ dependencies {
@@ -15,7 +15,7 @@ dependencies {
|
|
|
|
|
optional("javax.inject:javax.inject") |
|
|
|
|
optional("javax.interceptor:javax.interceptor-api") |
|
|
|
|
optional("javax.money:money-api") |
|
|
|
|
// TODO: overriding 2.0.1.Final, because of LocalValidatorFactoryBean |
|
|
|
|
// Overriding 2.0.1.Final due to Bean Validation 1.1 compatibility in LocalValidatorFactoryBean |
|
|
|
|
optional("javax.validation:validation-api:1.1.0.Final") |
|
|
|
|
optional("javax.xml.ws:jaxws-api") |
|
|
|
|
optional("org.aspectj:aspectjweaver") |
|
|
|
|
@ -35,12 +35,11 @@ dependencies {
@@ -35,12 +35,11 @@ dependencies {
|
|
|
|
|
testCompile("org.codehaus.groovy:groovy-xml") |
|
|
|
|
testCompile("org.apache.commons:commons-pool2") |
|
|
|
|
testCompile("javax.inject:javax.inject-tck") |
|
|
|
|
// Substitute for "javax.management:jmxremote_optional:1.0.1_04" which |
|
|
|
|
// is not available on Maven Central |
|
|
|
|
testRuntime("org.glassfish.external:opendmk_jmxremote_optional_jar") |
|
|
|
|
testCompile("org.awaitility:awaitility") |
|
|
|
|
testRuntime("javax.xml.bind:jaxb-api") |
|
|
|
|
testRuntime("org.glassfish:javax.el") |
|
|
|
|
// Substitute for javax.management:jmxremote_optional:1.0.1_04 (not available on Maven Central) |
|
|
|
|
testRuntime("org.glassfish.external:opendmk_jmxremote_optional_jar") |
|
|
|
|
testRuntime("org.javamoney:moneta") |
|
|
|
|
testRuntime("org.junit.vintage:junit-vintage-engine") // for @Inject TCK |
|
|
|
|
testFixturesApi("org.junit.jupiter:junit-jupiter-api") |
|
|
|
|
|