You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/26 15:14:57 UTC

[sling-org-apache-sling-feature-extension-content] branch master updated: Fix shading relocation definition for org.osgi

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 981d385  Fix shading relocation definition for org.osgi
981d385 is described below

commit 981d385215a948800c0dc1e57f60b3c8efa4dfbf
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Mon Nov 26 15:14:25 2018 +0000

    Fix shading relocation definition for org.osgi
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d96cd2a..b53e3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
                               <pattern>org.osgi</pattern>
                               <shadedPattern>shaded.org.osgi</shadedPattern>
                               <includes>
-                                <include>org.osgi.**</include>
+                                <include>org.osgi.util.**</include>
                               </includes>
                             </relocation>
                             <relocation>