Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Dec 19, 2023
1 parent a08d1eb commit 39faefd
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 66 deletions.
7 changes: 2 additions & 5 deletions postgres-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,13 @@ dependencies {

testImplementation "org.apache.groovy:groovy-all:${revGroovy}"

testImplementation "org.elasticsearch.client:elasticsearch-rest-client:6.8.23"
testImplementation "org.elasticsearch.client:elasticsearch-rest-high-level-client:6.8.23"
testImplementation "org.testcontainers:elasticsearch:${revTestContainer}"

testImplementation project(':conductor-server')
testImplementation project(':conductor-client')
testImplementation project(':conductor-grpc-client')
testImplementation project(':conductor-es6-persistence')
testImplementation project(':conductor-es7-persistence')

testImplementation "org.testcontainers:postgresql:${revTestContainer}"
testImplementation "org.testcontainers:elasticsearch:${revTestContainer}"

testImplementation project(':conductor-test-util').sourceSets.test.output
testImplementation project(':conductor-common-persistence').sourceSets.test.output
Expand Down
Loading

0 comments on commit 39faefd

Please sign in to comment.