Skip to content

Commit

Permalink
Upgraded Netty-all version from 4.1.15.Final to 4.1.34
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jun 28, 2019
1 parent a6340f0 commit 8cd6ab0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -79,6 +79,7 @@
<qpid-jms-client.version>0.40.0</qpid-jms-client.version>
<qpid-proton.version>0.31.0</qpid-proton.version>
<qpid-geronimo-jms.version>1.0-alpha-2</qpid-geronimo-jms.version>
<netty-all.version>4.1.34.Final</netty-all.version>
<quartz-scheduler.version>2.2.3</quartz-scheduler.version>

<!-- Plugins versions -->
Expand Down Expand Up @@ -1216,6 +1217,8 @@
<artifactId>qpid-jms-client</artifactId>
<version>${qpid-jms-client.version}</version>
<exclusions>
<!-- Excluding io.netty artifacts since we are importing them separately -->
<!-- Do not remove this unless a CQ for those dependencies if files-->
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
Expand All @@ -1236,7 +1239,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${elasticsearch-netty-4.version}</version>
<version>${netty-all.version}</version>
</dependency>

<!-- -->
Expand Down

0 comments on commit 8cd6ab0

Please sign in to comment.