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 2021/04/29 05:18:52 UTC

[james-project] 01/02: JAMES-3567 S3: explicitly specify version for netty-codec-http

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 62a2f5c0e1c1c9cf5c58fd9e5d659342a2fac49f
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu Apr 22 18:35:31 2021 +0700

    JAMES-3567 S3: explicitly specify version for netty-codec-http
---
 server/blob/blob-s3/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/server/blob/blob-s3/pom.xml b/server/blob/blob-s3/pom.xml
index 063e3fa..9294ae1 100644
--- a/server/blob/blob-s3/pom.xml
+++ b/server/blob/blob-s3/pom.xml
@@ -80,6 +80,16 @@
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
+            <artifactId>netty-codec-http</artifactId>
+            <version>4.1.58.Final</version>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-codec-http2</artifactId>
+            <version>4.1.58.Final</version>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
             <version>4.1.58.Final</version>
         </dependency>

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