Explorar el Código

Optimize Netty dependency of cluster modules

- use `netty-handler` instead to reduce size

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao hace 5 años
padre
commit
77df7d23c9
Se han modificado 3 ficheros con 7 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

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

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

<dependency>


Cargando…
Cancelar
Guardar