Skip to content

Commit

Permalink
removed unnecessary dependencies in main gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasPfeifer committed Feb 27, 2024
1 parent 4745ccc commit e49445a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ def descriptions = [
'opt4j-viewer' : 'The viewer module for Opt4J'
]


dependencies {
testImplementation(platform('org.junit:junit-bom:5.10.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
testImplementation('org.mockito:mockito-junit-jupiter:5.10.0')
}

subprojects {
apply plugin: 'java'
apply plugin: 'signing'
Expand Down

0 comments on commit e49445a

Please sign in to comment.