Skip to content

Commit 4105ca1

Browse files
committed
revert removing httpcore from common
1 parent 00be98e commit 4105ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107

108108
<dependency>
109109
<groupId>org.apache.httpcomponents</groupId>
110-
<artifactId>httpclient</artifactId>
110+
<artifactId>httpcore</artifactId>
111+
<scope>test</scope>
111112
</dependency>
112113
<dependency>
113114
<groupId>org.apache.httpcomponents.core5</groupId>

0 commit comments

Comments
 (0)