File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ dependencies {
2222
2323 implementation ' com.google.guava:guava:20.0'
2424 implementation ' com.squareup.okhttp3:okhttp:3.11.0'
25- implementation ' net.sourceforge.streamsupport:streamsupport:1.7.0'
26- implementation ' net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
2725 implementation ' com.fasterxml.jackson.core:jackson-core:2.9.6'
2826 implementation ' com.fasterxml.jackson.core:jackson-core:2.9.6'
2927 implementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.6'
3028 implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.6'
3129 implementation ' com.auth0:java-jwt:3.4.0'
30+
31+ api ' net.sourceforge.streamsupport:streamsupport:1.7.0'
32+ api ' net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
3233}
3334
3435retrolambda {
You can’t perform that action at this time.
0 commit comments