Просмотр исходного кода

Fix the dependency conflict issue

master
HelloCoCooo Jason Joo 4 лет назад
Родитель
Сommit
7192bcfb5b
1 измененных файлов: 1 добавлений и 6 удалений
  1. +1
    -6
      sentinel-transport/sentinel-transport-netty-http/pom.xml

+ 1
- 6
sentinel-transport/sentinel-transport-netty-http/pom.xml Просмотреть файл

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

Загрузка…
Отмена
Сохранить