You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/03/18 03:03:48 UTC

[james-project] 15/15: JAMES-3078 Dependency fix

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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit b356efe641c306244ee80373fed2486f119515d3
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Wed Mar 11 14:03:36 2020 +0700

    JAMES-3078 Dependency fix
---
 server/queue/queue-activemq/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/queue/queue-activemq/pom.xml b/server/queue/queue-activemq/pom.xml
index 8f977ed..e961296 100644
--- a/server/queue/queue-activemq/pom.xml
+++ b/server/queue/queue-activemq/pom.xml
@@ -33,6 +33,12 @@
     <name>Apache James :: Server :: Mail Queue :: ActiveMQ</name>
 
     <dependencies>
+        <!-- Forcing netty-transport version -->
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport</artifactId>
+            <version>4.1.39.Final</version>
+        </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>apache-mailet-api</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org