Add core-tiger to build

Issue gh-610
This commit is contained in:
Josh Cummings
2022-01-11 15:22:25 -07:00
parent 320fce68c7
commit 790ba44c5e
3 changed files with 8 additions and 4 deletions

View File

@@ -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"
}

View File

@@ -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"

View File

@@ -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'