Skip to content

Commit

Permalink
Use new hamcrest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Jul 24, 2024
1 parent fe59d1c commit e0c4fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ dependencies {
annotationProcessor 'info.picocli:picocli-codegen:4.7.6'
compileOnly "org.graalvm.nativeimage:svm:${graalvmVersion}"

testImplementation "org.hamcrest:hamcrest-core:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}"
testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
Expand Down
3 changes: 1 addition & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}"
testCompileOnly 'junit:junit:4.13.2'
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}"
testImplementation "org.hamcrest:hamcrest-core:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.mockito:mockito-core:5.12.0"
testImplementation("com.github.stefanbirkner:system-rules:1.19.0") {
exclude group: 'junit', module: 'junit-dep'
Expand Down

0 comments on commit e0c4fc7

Please sign in to comment.