Add sandbox to build
Issue gh-610
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
apply plugin: 'io.spring.convention.spring-test'
|
||||
|
||||
dependencies {
|
||||
implementation project(":spring-ldap-test"),
|
||||
project(":spring-ldap-odm"),
|
||||
project(":spring-ldap-core-tiger")
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-test")
|
||||
implementation project(":spring-ldap-odm")
|
||||
implementation project(":spring-ldap-core-tiger")
|
||||
|
||||
provided "org.springframework:spring-jdbc",
|
||||
"org.springframework:spring-orm"
|
||||
provided "org.springframework:spring-jdbc"
|
||||
provided "org.springframework:spring-orm"
|
||||
|
||||
testImplementation "org.springframework:spring-test",
|
||||
"junit:junit",
|
||||
"org.slf4j:slf4j-log4j12",
|
||||
"org.assertj:assertj-core"
|
||||
testImplementation platform('org.junit:junit-bom')
|
||||
testImplementation "org.junit.vintage:junit-vintage-engine"
|
||||
testImplementation "org.springframework:spring-test"
|
||||
testImplementation "junit:junit"
|
||||
testImplementation "org.slf4j:slf4j-log4j12"
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user