File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,15 @@ repositories {
26
26
27
27
dependencies {
28
28
implementation ' org.slf4j:slf4j-log4j12:1.7.29'
29
+ // This dependency is used internally, and not exposed to consumers on their own compile classpath.
30
+ implementation ' com.google.guava:guava:30.1.1-jre'
29
31
30
32
// Use JUnit Jupiter for testing.
31
33
testImplementation ' org.junit.jupiter:junit-jupiter:5.8.1'
34
+ testImplementation ' org.mockito:mockito-core:4+'
32
35
33
36
// This dependency is exported to consumers, that is to say found on their compile classpath.
34
37
api ' org.apache.commons:commons-math3:3.6.1'
35
-
36
-
37
-
38
- // This dependency is used internally, and not exposed to consumers on their own compile classpath.
39
- implementation ' com.google.guava:guava:30.1.1-jre'
40
- testImplementation ' org.mockito:mockito-core:4+'
41
38
}
42
39
43
40
tasks. named(' test' ) {
You can’t perform that action at this time.
0 commit comments