Multi service registry center

This commit is contained in:
hongqiaowei
2021-12-23 16:05:27 +08:00
committed by GitHub
parent c503e02ab1
commit 0268eb00e0
35 changed files with 1126 additions and 361 deletions

View File

@@ -179,6 +179,12 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<exclusions>
<exclusion>
<artifactId>netty-tcnative-classes</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@@ -218,6 +224,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<artifactId>netty-tcnative-classes</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
</dependency>
@@ -245,6 +255,12 @@
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-core</artifactId>
<exclusions>
<exclusion>
<artifactId>netty-tcnative-classes</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fizzgate</groupId>