소스 검색

Update test dependency of sentinel-cluster-server-default

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 6 년 전
부모
커밋
2d1313f220
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      sentinel-cluster/sentinel-cluster-server-default/pom.xml

+ 11
- 0
sentinel-cluster/sentinel-cluster-server-default/pom.xml 파일 보기

@@ -35,5 +35,16 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Loading…
취소
저장