mirror of https://github.com/apache/activemq.git
[AMQ-8408] Remove JavaSE requirement in ActiveMQ bundles
This commit is contained in:
parent
cd232bebc7
commit
66a7d700fb
|
@ -59,6 +59,7 @@
|
|||
*
|
||||
</Import-Package>
|
||||
<Fragment-Host>org.apache.activemq.activemq-osgi</Fragment-Host>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
<Private-Package>
|
||||
org.apache.activemq.osgi.cf
|
||||
</Private-Package>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -215,6 +215,7 @@
|
|||
com.google.errorprone.annotations,
|
||||
com.google.errorprone.annotations.concurrent
|
||||
</Private-Package>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
org.apache.geronimo.transaction.manager*;resolution:=optional,
|
||||
*
|
||||
</Import-Package>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -204,6 +204,7 @@
|
|||
</Private-Package>
|
||||
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
|
||||
<Embed-Transitive>true</Embed-Transitive>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -220,6 +220,7 @@
|
|||
<DynamicImport-Package>
|
||||
*
|
||||
</DynamicImport-Package>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
org.apache.geronimo.transaction.manager*;resolution:=optional,
|
||||
*
|
||||
</Import-Package>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -126,6 +126,7 @@
|
|||
org.apache.shiro*;version="[1.2,2]",
|
||||
*
|
||||
</Import-Package>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue