Add core-tiger to build
Issue gh-610
This commit is contained in:
@@ -3,10 +3,13 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-ldap-dependencies"))
|
||||
implementation project(":spring-ldap-core"),
|
||||
"org.springframework:spring-tx"
|
||||
|
||||
testImplementation "junit:junit",
|
||||
"org.easymock:easymock:2.5.1",
|
||||
"org.assertj:assertj-core"
|
||||
testImplementation platform('org.junit:junit-bom')
|
||||
testImplementation "org.junit.vintage:junit-vintage-engine"
|
||||
testImplementation "junit:junit"
|
||||
testImplementation "org.easymock:easymock"
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
}
|
||||
|
||||
1
dependencies/build.gradle
vendored
1
dependencies/build.gradle
vendored
@@ -59,6 +59,7 @@ dependencies {
|
||||
api "org.assertj:assertj-core:3.21.0"
|
||||
api "org.bouncycastle:bcpkix-jdk15on:1.69"
|
||||
api "org.bouncycastle:bcprov-jdk15on:1.69"
|
||||
api "org.easymock:easymock:2.5.1"
|
||||
api "org.eclipse.jetty:jetty-server:11.0.6"
|
||||
api "org.eclipse.jetty:jetty-servlet:11.0.6"
|
||||
api "jakarta.persistence:jakarta.persistence-api:3.0.0"
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencyResolutionManagement {
|
||||
rootProject.name = 'spring-ldap'
|
||||
|
||||
include 'core'
|
||||
//include 'core-tiger'
|
||||
include 'core-tiger'
|
||||
include 'dependencies'
|
||||
//include 'test-support'
|
||||
//include 'ldif/ldif-core'
|
||||
|
||||
Reference in New Issue
Block a user