This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new cc4fc8b4 Fix Dropwizard collector bundle package (#444)
cc4fc8b4 is described below

commit cc4fc8b44425ec1c206008daf9d5344392159c8f
Author: JB Onofré <[email protected]>
AuthorDate: Thu Mar 13 09:13:09 2025 +0100

    Fix Dropwizard collector bundle package (#444)
---
 collector/dropwizard/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index 72e2dad4..44d3b3fb 100644
--- a/collector/dropwizard/pom.xml
+++ b/collector/dropwizard/pom.xml
@@ -71,13 +71,17 @@
                     <obrRepository>NONE</obrRepository>
                     <instructions>
                         
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Export-Package>!*</Export-Package>
                         <Import-Package>
                             !com.codahale.metrics,
                             *
                         </Import-Package>
                         <Private-Package>
+                            org.apache.karaf.decanter.collector.dropwizard,
+                            org.apache.karaf.decanter.collector.utils,
                             com.codahale.metrics
                         </Private-Package>
+                        <_dsannotations>*</_dsannotations>
                     </instructions>
                 </configuration>
             </plugin>

Reply via email to