Skip to content

Commit

Permalink
Add core-tiger to build
Browse files Browse the repository at this point in the history
Issue gh-610
  • Loading branch information
jzheaux committed Jan 13, 2022
1 parent 320fce6 commit 790ba44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions core-tiger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 790ba44

Please sign in to comment.