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-serviceusermapper.git


The following commit(s) were added to refs/heads/master by this push:
     new 5077bbc  SLING-9026 : Reduce unused code and move embedded classes to 
own package space
5077bbc is described below

commit 5077bbc43ad780a4bc63c6a59e078af9feb4c259
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Feb 11 17:35:19 2021 +0100

    SLING-9026 : Reduce unused code and move embedded classes to own package 
space
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2169d5d..edb3bdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,8 +79,8 @@
                             <shadeSourcesContent>true</shadeSourcesContent>
                             <relocations>
                                 <relocation>
-                                    <pattern>org.apache.felix</pattern>
-                                    
<shadedPattern>org.apache.sling.serviceusermapping.impl.felix</shadedPattern>
+                                    <pattern>org.apache.felix.utils</pattern>
+                                    
<shadedPattern>org.apache.sling.serviceusermapping.impl.felix.utils</shadedPattern>
                                 </relocation>
                             </relocations>
                         </configuration>

Reply via email to