소스 검색

Fix test dependencies

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 5 년 전
부모
커밋
1ffce6b579
3개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      sentinel-core/pom.xml
  2. +2
    -0
      sentinel-extension/sentinel-datasource-redis/pom.xml
  3. +2
    -0
      sentinel-extension/sentinel-datasource-zookeeper/pom.xml

+ 6
- 0
sentinel-core/pom.xml 파일 보기

@@ -16,6 +16,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
@@ -30,22 +31,27 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>java-hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>


+ 2
- 0
sentinel-extension/sentinel-datasource-redis/pom.xml 파일 보기

@@ -34,10 +34,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>


+ 2
- 0
sentinel-extension/sentinel-datasource-zookeeper/pom.xml 파일 보기

@@ -46,10 +46,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>


Loading…
취소
저장