Skip to content

Commit 87529b1

Browse files
committed
Move httpclient dependency version constraint from tests to main
1 parent 003c660 commit 87529b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies {
5151
api('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.13.2,3)')
5252
api('com.google.guava:guava:[24.1.1,31)')
5353
api('com.upokecenter:cbor:[4.5.1,5)')
54+
api('org.apache.httpcomponents:httpclient:[4.5.2,5)')
5455
api('org.bouncycastle:bcpkix-jdk15on:[1.62,2)')
5556
api('org.bouncycastle:bcprov-jdk15on:[1.62,2)')
5657
api('org.slf4j:slf4j-api:[1.7.25,2)')

test-platform/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description = "Dependency constraints for tests"
77
dependencies {
88
constraints {
99
api("junit:junit:[4.12,5)")
10-
api("org.apache.httpcomponents:httpclient:[4.5.2,5)")
1110
api("org.mockito:mockito-core:[2.27.0,3)")
1211
api("org.scalacheck:scalacheck_2.13:[1.14.0,2)")
1312
api("org.scalatest:scalatest_2.13:[3.0.8,3.1)")

0 commit comments

Comments
 (0)