forked from moquette-io/moquette
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osgify broker, generate MANIFEST.MF (moquette-io#848)
Generate correct MANIFEST.MF with bnd Without a correct MANIFEST.MF the broken can't be used in several open source (OSGi based) projects. We added the bnd-maven-plugin to the parent pom.xml and a bnd.bnd file to generate a correct and complete MANIFEST.MF needed for OSGi and other projects to use the broker. Signed-off-by: Guido Grune <[email protected]> Co-authored-by: Andrea Selva <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Bundle-Version: 0.18.0.${tstamp} | ||
Export-Package: io.moquette.* | ||
|
||
Import-Package: \ | ||
com.bugsnag;'resolution:'=optional, \ | ||
com.codahale.metrics;'resolution:'=optional, \ | ||
com.librato.metrics.*;'resolution:'=optional, \ | ||
com.zaxxer.hikari.*;'resolution:'=optional, \ | ||
org.apache.commons.codec.*;'resolution:'=optional, \ | ||
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters