This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 3df3edf #251
3df3edf is described below
commit 3df3edf32a1e8bfc7efb3fb4609c88c2c4c14af4
Author: nzomkxia <[email protected]>
AuthorDate: Thu Jan 17 23:14:10 2019 +0800
#251
---
dubbo-admin-backend/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dubbo-admin-backend/pom.xml b/dubbo-admin-backend/pom.xml
index 0e29b39..333fec0 100644
--- a/dubbo-admin-backend/pom.xml
+++ b/dubbo-admin-backend/pom.xml
@@ -94,6 +94,16 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>guava</artifactId>
+ <groupId>com.google.guava</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>netty</artifactId>
+ <groupId>io.netty</groupId>
+ </exclusion>
+ </exclusions>
<scope>test</scope>
</dependency>