File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ dependencies {
51
51
api(' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.13.2,3)' )
52
52
api(' com.google.guava:guava:[24.1.1,31)' )
53
53
api(' com.upokecenter:cbor:[4.5.1,5)' )
54
+ api(' org.apache.httpcomponents:httpclient:[4.5.2,5)' )
54
55
api(' org.bouncycastle:bcpkix-jdk15on:[1.62,2)' )
55
56
api(' org.bouncycastle:bcprov-jdk15on:[1.62,2)' )
56
57
api(' org.slf4j:slf4j-api:[1.7.25,2)' )
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ description = "Dependency constraints for tests"
7
7
dependencies {
8
8
constraints {
9
9
api(" junit:junit:[4.12,5)" )
10
- api(" org.apache.httpcomponents:httpclient:[4.5.2,5)" )
11
10
api(" org.mockito:mockito-core:[2.27.0,3)" )
12
11
api(" org.scalacheck:scalacheck_2.13:[1.14.0,2)" )
13
12
api(" org.scalatest:scalatest_2.13:[3.0.8,3.1)" )
You can’t perform that action at this time.
0 commit comments