Repository: servicemix-bundles Updated Branches: refs/heads/master d7f4a79db -> 0d28aecb9
SM-3468 - Add required shaded zipkin packages to bundle. Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/655cbc0a Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/655cbc0a Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/655cbc0a Branch: refs/heads/master Commit: 655cbc0a344f1c30f15d83bd70d37974ae65d2bd Parents: 1b8ce8a Author: Bob Paulin <[email protected]> Authored: Wed Aug 30 21:35:34 2017 -0500 Committer: Bob Paulin <[email protected]> Committed: Wed Aug 30 21:35:34 2017 -0500 ---------------------------------------------------------------------- brave-zipkin-3.7.0/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/655cbc0a/brave-zipkin-3.7.0/pom.xml ---------------------------------------------------------------------- diff --git a/brave-zipkin-3.7.0/pom.xml b/brave-zipkin-3.7.0/pom.xml index 68e9ca6..dc097d5 100644 --- a/brave-zipkin-3.7.0/pom.xml +++ b/brave-zipkin-3.7.0/pom.xml @@ -52,7 +52,11 @@ com.github.kristofa.brave.scribe, com.twitter.zipkin.gen </servicemix.osgi.export.pkg> + <servicemix.osgi.private.pkg> + com.github.kristofa.brave.internal.zipkin.* + </servicemix.osgi.private.pkg> <servicemix.osgi.import.pkg> + * </servicemix.osgi.import.pkg> </properties> @@ -119,6 +123,7 @@ <Export-Package>${servicemix.osgi.export}</Export-Package> <Import-Package>${servicemix.osgi.import.pkg}</Import-Package> <Bundle-NativeCode>*</Bundle-NativeCode> + <_exportcontents>com.github.kristofa.brave.scribe</_exportcontents> </instructions> </configuration> </plugin>
