You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2021/09/25 18:52:01 UTC

[karaf-decanter] branch main updated: Fix S3 collector import-package

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a60681  Fix S3 collector import-package
     new 9b875e7  Merge pull request #271 from fpapon/collector-s3
2a60681 is described below

commit 2a60681505aa5587d3c5b4802dd812f303299574
Author: francois papon <fr...@openobject.fr>
AuthorDate: Sat Sep 25 20:16:05 2021 +0200

    Fix S3 collector import-package
---
 appender/s3/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appender/s3/pom.xml b/appender/s3/pom.xml
index 5955db0..62cf4a0 100644
--- a/appender/s3/pom.xml
+++ b/appender/s3/pom.xml
@@ -101,7 +101,7 @@
                             !software.amazon*,
                             !org.apache.http*,
                             !org.joda*,
-                            8org.apache.commons.codec*,
+                            org.apache.commons.codec*,
                             com.sun*;resolution:=optional,
                             kotlin*;resolution:=optional,
                             org.bouncycastle*;resolution:=optional,