Skip to content

Commit

Permalink
added test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Feb 16, 2016
1 parent 888bd0a commit 5bd94ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cas-server-core-events-jpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies {

testCompile project(path: ":cas-server-core-authentication", configuration: "tests")
testCompile project(path: ":cas-server-core-tickets", configuration: "tests")
testCompile project(path: ":cas-server-core-events", configuration: "tests")
testCompile project(path: ":cas-server-core-tickets")
testCompile project(path: ":cas-server-core-services")
testCompile project(path: ":cas-server-core-logout")
Expand Down
1 change: 1 addition & 0 deletions cas-server-core-events-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies {

testCompile project(path: ":cas-server-core-authentication", configuration: "tests")
testCompile project(path: ":cas-server-core-tickets", configuration: "tests")
testCompile project(path: ":cas-server-core-events", configuration: "tests")
testCompile project(path: ":cas-server-core-tickets")
testCompile project(path: ":cas-server-core-services")
}

0 comments on commit 5bd94ca

Please sign in to comment.