[go: nahoru, domu]

Skip to content

Commit

Permalink
Do not use testcontainers for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemiaharchives committed Oct 12, 2022
1 parent 29792f6 commit ea9cea3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ buildscript {
lucene_version = '9.4.0'
tinlylog_version = '2.5.0'
junit_version = '5.9.0'
testcontainers_version = '1.17.5'
}
}

Expand Down Expand Up @@ -43,8 +42,6 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_version"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junit_version"
testImplementation "org.testcontainers:testcontainers:$testcontainers_version"
testImplementation "org.testcontainers:junit-jupiter:$testcontainers_version"
}

test {
Expand Down

0 comments on commit ea9cea3

Please sign in to comment.