Browse Source

Fix the dependency conflict issue

master
HelloCoCooo Jason Joo 4 years ago
parent
commit
7192bcfb5b
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      sentinel-transport/sentinel-transport-netty-http/pom.xml

+ 1
- 6
sentinel-transport/sentinel-transport-netty-http/pom.xml View File

@@ -36,11 +36,6 @@
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -52,4 +47,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

Loading…
Cancel
Save