소스 검색

Optimize Netty dependency of cluster modules

- use `netty-handler` instead to reduce size

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

+ 5
- 0
sentinel-cluster/pom.xml 파일 보기

@@ -27,6 +27,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>


+ 1
- 1
sentinel-cluster/sentinel-cluster-client-default/pom.xml 파일 보기

@@ -29,7 +29,7 @@

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<artifactId>netty-handler</artifactId>
</dependency>

<dependency>


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

@@ -33,7 +33,7 @@

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<artifactId>netty-handler</artifactId>
</dependency>

<dependency>


Loading…
취소
저장