소스 검색

Fix the dependency conflict issue

master
HelloCoCooo Jason Joo 4 년 전
부모
커밋
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>
<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…
취소
저장