Skip to content

Commit 7f7be9f

Browse files
committed
Sort dependencies
1 parent 8d7f823 commit 7f7be9f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@ repositories {
2626

2727
dependencies {
2828
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'
2931

3032
// Use JUnit Jupiter for testing.
3133
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
34+
testImplementation 'org.mockito:mockito-core:4+'
3235

3336
// This dependency is exported to consumers, that is to say found on their compile classpath.
3437
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+'
4138
}
4239

4340
tasks.named('test') {

0 commit comments

Comments
 (0)