You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2020/03/07 22:04:39 UTC

[activemq-artemis] 03/03: ARTEMIS-1194 fixup maven dependencies

This is an automated email from the ASF dual-hosted git repository.

michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit a60cb229dc866b69032023b63514c4ce1c92b04a
Author: Michael Pearce <mi...@me.com>
AuthorDate: Sat Mar 7 22:04:03 2020 +0000

    ARTEMIS-1194 fixup maven dependencies
---
 artemis-core-client/pom.xml |  8 ++++++++
 pom.xml                     | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml
index 9a4a78e..18184a0 100644
--- a/artemis-core-client/pom.xml
+++ b/artemis-core-client/pom.xml
@@ -118,10 +118,18 @@
       </dependency>
       <dependency>
          <groupId>io.netty</groupId>
+         <artifactId>netty-handler-proxy</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>io.netty</groupId>
          <artifactId>netty-codec</artifactId>
       </dependency>
       <dependency>
          <groupId>io.netty</groupId>
+         <artifactId>netty-codec-socks</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>io.netty</groupId>
          <artifactId>netty-common</artifactId>
       </dependency>
    </dependencies>
diff --git a/pom.xml b/pom.xml
index db93248..9cb1a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,12 +528,24 @@
          </dependency>
          <dependency>
             <groupId>io.netty</groupId>
+            <artifactId>netty-handler-proxy</artifactId>
+            <version>${netty.version}</version>
+            <!-- License: Apache 2.0 -->
+         </dependency>
+         <dependency>
+            <groupId>io.netty</groupId>
             <artifactId>netty-codec</artifactId>
             <version>${netty.version}</version>
             <!-- License: Apache 2.0 -->
          </dependency>
          <dependency>
             <groupId>io.netty</groupId>
+            <artifactId>netty-codec-socks</artifactId>
+            <version>${netty.version}</version>
+            <!-- License: Apache 2.0 -->
+         </dependency>
+         <dependency>
+            <groupId>io.netty</groupId>
             <artifactId>netty-common</artifactId>
             <version>${netty.version}</version>
             <!-- License: Apache 2.0 -->