You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/03/22 02:02:00 UTC

[james-project] 29/29: JAMES-3715 netty-all dependency in protocols-imap4 is no longer needed for testing

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

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

commit acb10d396e9588f122bc2e793ec77d4e53df9c69
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Mar 21 10:49:49 2022 +0700

    JAMES-3715 netty-all dependency in protocols-imap4 is no longer needed for testing
---
 server/protocols/protocols-imap4/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/server/protocols/protocols-imap4/pom.xml b/server/protocols/protocols-imap4/pom.xml
index ad3c82b..c370277 100644
--- a/server/protocols/protocols-imap4/pom.xml
+++ b/server/protocols/protocols-imap4/pom.xml
@@ -141,11 +141,6 @@
             <artifactId>netty-handler</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-all</artifactId>
-            <version>4.1.72.Final</version>
-        </dependency>
-        <dependency>
             <groupId>io.projectreactor.netty</groupId>
             <artifactId>reactor-netty-core</artifactId>
             <scope>test</scope>

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