You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2021/07/03 11:14:31 UTC

[GitHub] [cxf] brevilo commented on a change in pull request #806: MicroProfile REST client: enable SPI/ServiceLoader under OSGi

brevilo commented on a change in pull request #806:
URL: https://github.com/apache/cxf/pull/806#discussion_r663352904



##########
File path: rt/rs/microprofile-client/pom.xml
##########
@@ -185,6 +185,26 @@
           <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <_removeheaders>Bundle-ActivationPolicy</_removeheaders>

Review comment:
       Hm, where would these properties belong? I'd like to test if that alternative works as you suggest.
   
   Thanks




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org