Skip to content

Commit

Permalink
use testImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Feb 12, 2025
1 parent f5ec411 commit 9e94612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'

//Used for integration tests
implementation platform('org.testcontainers:testcontainers-bom:1.20.4')
testImplementation platform('org.testcontainers:testcontainers-bom:1.20.4')
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:oracle-free'
Expand Down

0 comments on commit 9e94612

Please sign in to comment.