[AMQ-8408] Remove JavaSE requirement in ActiveMQ bundles

This commit is contained in:
Jean-Baptiste Onofré 2021-10-22 15:26:50 +02:00
parent cd232bebc7
commit 66a7d700fb
9 changed files with 9 additions and 1 deletions

View File

@ -59,6 +59,7 @@
*
</Import-Package>
<Fragment-Host>org.apache.activemq.activemq-osgi</Fragment-Host>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -67,6 +67,7 @@
<Private-Package>
org.apache.activemq.osgi.cf
</Private-Package>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -215,6 +215,7 @@
com.google.errorprone.annotations,
com.google.errorprone.annotations.concurrent
</Private-Package>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -116,6 +116,7 @@
org.apache.geronimo.transaction.manager*;resolution:=optional,
*
</Import-Package>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -204,6 +204,7 @@
</Private-Package>
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
<Embed-Transitive>true</Embed-Transitive>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -220,6 +220,7 @@
<DynamicImport-Package>
*
</DynamicImport-Package>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -139,6 +139,7 @@
org.apache.geronimo.transaction.manager*;resolution:=optional,
*
</Import-Package>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -126,6 +126,7 @@
org.apache.shiro*;version="[1.2,2]",
*
</Import-Package>
<_noee>true</_noee>
</instructions>
</configuration>
</plugin>

View File

@ -116,7 +116,7 @@
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
<source-version>1.8</source-version>
<target-version>11</target-version>
<target-version>1.8</target-version>
<javase-javadoc-url>http://docs.oracle.com/javase/8/docs/api/</javase-javadoc-url>
<javaee-javadoc-url>http://download.oracle.com/javaee/6/api/</javaee-javadoc-url>
<slf4j-javadoc-url>http://www.slf4j.org/apidocs/</slf4j-javadoc-url>