Skip to content

Commit

Permalink
remove weird excludes in osgi instructions for downstream projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgittin committed Nov 11, 2021
1 parent 8738ba0 commit 278adb8
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions downstream-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,26 +463,10 @@
<configuration>
<supportedProjectTypes>
<supportedProjectType>jar</supportedProjectType>
<supportedProjectType>bundle</supportedProjectType>
</supportedProjectTypes>
<instructions>
<!--
Exclude packages used by Brooklyn that are not OSGi bundles. Including any
of the below may cause bundles to fail to load into the catalogue with
messages like "Unable to resolve 150.0: missing requirement [150.0]
osgi.wiring.package; (osgi.wiring.package=com.maxmind.geoip2)".
-->
<Import-Package>
!com.maxmind.geoip2.*,
!io.airlift.command.*,
!io.cloudsoft.winrm4j.*,
!javax.inject.*,
!org.apache.felix.framework.*,
!org.osgi.jmx,
!org.python.*,
!org.reflections.*,
!org.w3c.tidy.*,
*
</Import-Package>
<!-- previously many packages were excluded from import-package; that seems wrong, however -->
<!--
Brooklyn-Feature prefix triggers inclusion of the project's metadata in the
server's features list.
Expand Down

0 comments on commit 278adb8

Please sign in to comment.