Author: jlmonteiro
Date: Mon Sep 23 22:18:11 2019
New Revision: 1867411
URL: http://svn.apache.org/viewvc?rev=1867411&view=rev
Log:
TOMEE-2690 make sure to not exclude default ProviderLocator and Activator.
Modified:
tomee/javaee-api/branches/EE7/pom.xml
Modified: tomee/javaee-api/branches/EE7/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/javaee-api/branches/EE7/pom.xml?rev=1867411&r1=1867410&r2=1867411&view=diff
==============================================================================
--- tomee/javaee-api/branches/EE7/pom.xml (original)
+++ tomee/javaee-api/branches/EE7/pom.xml Mon Sep 23 22:18:11 2019
@@ -171,8 +171,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>
@@ -232,8 +230,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>