You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2019/06/14 13:54:33 UTC

[sling-org-apache-sling-auth-core] branch master updated: SLING-8494 : Don't embed commons codec and commons osgi

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 32b0675  SLING-8494 : Don't embed commons codec and commons osgi
32b0675 is described below

commit 32b06752892b2b83d2a65e7c765971bcb7fbf098
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Jun 14 15:54:24 2019 +0200

    SLING-8494 : Don't embed commons codec and commons osgi
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6bbfb7..006e978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,17 +75,6 @@
                         <Private-Package>
                             org.apache.sling.auth.core.impl.*
                         </Private-Package>
-                        <Embed-Dependency>
-                            org.apache.sling.commons.osgi;inline=org/apache/sling/commons/osgi/PropertiesUtil.class,
-                            commons-codec;inline="org/apache/commons/codec/binary/Base64.*
-                                |org/apache/commons/codec/binary/StringUtils*
-                                |org/apache/commons/codec/BinaryEncoder*
-                                |org/apache/commons/codec/BinaryDecoder*
-                                |org/apache/commons/codec/Encoder*
-                                |org/apache/commons/codec/Decoder*
-                                |org/apache/commons/codec/EncoderException*
-                                |org/apache/commons/codec/DecoderException*"
-                        </Embed-Dependency>
                         <DynamicImport-Package>
                             javax.jcr
                         </DynamicImport-Package>