Skip to content

Commit aaabc8f

Browse files
HelloCoCoooiluwatar
authored andcommitted
Fix the dependency conflict issue (iluwatar#872)
1 parent 2757b21 commit aaabc8f

File tree

1 file changed

+5
-5
lines changed
  • api-gateway/api-gateway-service

1 file changed

+5
-5
lines changed

api-gateway/api-gateway-service/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
<groupId>org.springframework</groupId>
4949
<artifactId>spring-webmvc</artifactId>
5050
</dependency>
51+
<dependency>
52+
<groupId>org.apache.httpcomponents</groupId>
53+
<artifactId>httpclient</artifactId>
54+
</dependency>
5155
<dependency>
5256
<groupId>org.springframework.boot</groupId>
5357
<artifactId>spring-boot-starter-web</artifactId>
@@ -67,10 +71,6 @@
6771
<artifactId>mockito-core</artifactId>
6872
<scope>test</scope>
6973
</dependency>
70-
<dependency>
71-
<groupId>org.apache.httpcomponents</groupId>
72-
<artifactId>httpclient</artifactId>
73-
</dependency>
7474
</dependencies>
7575

7676
<build>
@@ -89,4 +89,4 @@
8989
</plugin>
9090
</plugins>
9191
</build>
92-
</project>
92+
</project>

0 commit comments

Comments
 (0)