SLING-9026 : Reduce unused code and move embedded classes to own package space
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>