We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2757b21 commit aaabc8fCopy full SHA for aaabc8f
api-gateway/api-gateway-service/pom.xml
@@ -48,6 +48,10 @@
48
<groupId>org.springframework</groupId>
49
<artifactId>spring-webmvc</artifactId>
50
</dependency>
51
+ <dependency>
52
+ <groupId>org.apache.httpcomponents</groupId>
53
+ <artifactId>httpclient</artifactId>
54
+ </dependency>
55
<dependency>
56
<groupId>org.springframework.boot</groupId>
57
<artifactId>spring-boot-starter-web</artifactId>
@@ -67,10 +71,6 @@
67
71
<artifactId>mockito-core</artifactId>
68
72
<scope>test</scope>
69
73
70
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
74
</dependencies>
75
76
<build>
@@ -89,4 +89,4 @@
89
</plugin>
90
</plugins>
91
</build>
92
-</project>
+</project>
0 commit comments