essobedo commented on code in PR #1289:
URL: https://github.com/apache/cxf/pull/1289#discussion_r1428771943


##########
parent/pom.xml:
##########
@@ -66,6 +66,35 @@
         
<cxf.osgi.symbolic.name>${project.groupId}.${project.artifactId}</cxf.osgi.symbolic.name>
         <cxf.osgi.dynamic.import />
 
+        <!-- OSGi related properties -->
+        <cxf.fragment.host />
+        <cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy>
+        <cxf.bundle.activator />
+        <cxf.osgi.import />
+        
<cxf.osgi.symbolic.name>${project.groupId}.${project.artifactId}</cxf.osgi.symbolic.name>
+        <cxf.osgi.dynamic.import />
+        <cxf.osgi.asm.version>[9.5,10)</cxf.osgi.asm.version>
+        <cxf.osgi.spring.version>[6,)</cxf.osgi.spring.version>

Review Comment:
   Karaf doesn't seem to accept this version range, indeed I get an error of 
type:
   ```
   Unable to build resource for mvn:org.apache.cxf/cxf-core/4.0.3: invalid 
version range: [6.0.0,0.0.0)
   ```
   Using simply `6` if it is for 6+ works fine



-- 
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-unsubscr...@cxf.apache.org

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

Reply via email to