TOMEE-2690 make sure to not exclude default ProviderLocator and Activator.
diff --git a/pom.xml b/pom.xml
index 8cce780..7419e87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,8 +188,6 @@
                   <excludes>
                     <exclude>META-INF/*.txt</exclude>
                     <exclude>META-INF/LICENSE</exclude>
-                    <exclude>org/apache/geronimo/osgi/locator/ProviderLocator.class</exclude>
-                    <exclude>org/apache/geronimo/osgi/locator/Activator.class</exclude>
                   </excludes>
                 </filter>
                 <filter>
@@ -249,8 +247,6 @@
                     <exclude>META-INF/*.txt</exclude>
                     <exclude>META-INF/LICENSE</exclude>
                     <exclude>META-INF/NOTICE</exclude>
-                    <exclude>org/apache/geronimo/osgi/locator/ProviderLocator.class</exclude>
-                    <exclude>org/apache/geronimo/osgi/locator/Activator.class</exclude>
                   </excludes>
                 </filter>
                 <filter>