Skip to content

Commit

Permalink
Fix Import-Package OSGI manifest (zipkin-reporter-brave) (#272)
Browse files Browse the repository at this point in the history
Fix Import-Package OSGI manifest

Signed-off-by: Andriy Redko <drreta@gmail.com>
  • Loading branch information
reta authored Dec 9, 2024
1 parent 3d88a59 commit e6f3a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# We use zipkin2.reporter.internal.InternalReporter to reconfigure AsyncReporter
Import-Package: \
!zipkin2.reporter.internal*,\
zipkin2.reporter.internal,\
*
Export-Package: \
zipkin2.reporter.brave

0 comments on commit e6f3a02

Please sign in to comment.