瀏覽代碼

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…
取消
儲存