Skip to content

Commit

Permalink
Add mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
dreedyman committed Sep 21, 2021
1 parent a5f4d83 commit 37f7b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rio-services/cybernode/cybernode-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies {
implementation group: 'net.jini.lookup', name: 'serviceui', version: "${riverVersion}"
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: "${groovyVersion}"
implementation group: 'org.slf4j', name: 'slf4j-api', version: "${slf4jVersion}"
testCompile "org.mockito:mockito-core:3.7.7"
testCompile group: 'junit', name: 'junit', version: "${junitVersion}"
testCompile group: 'org.slf4j', name: 'slf4j-jdk14', version: "${slf4jVersion}"
}
Expand All @@ -27,3 +28,4 @@ jar {
}



0 comments on commit 37f7b9b

Please sign in to comment.