openvidu-server: exlcude netty dependencies from docker-java (why failed all of a sudden??)

pull/405/head
pabloFuente 2020-02-23 12:24:50 +01:00
parent b44323c96c
commit f3d2916656
1 changed files with 35 additions and 0 deletions

View File

@ -278,6 +278,41 @@
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java</artifactId>
<version>${version.dockerjava}</version>
<exclusions>
<!-- Conflict with kurento-jsonrpc-client -->
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
<!-- <exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</exclusion>-->
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>