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

commit 981d385215a948800c0dc1e57f60b3c8efa4dfbf
Author: David Bosschaert <[email protected]>
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>

Reply via email to