reta commented on a change in pull request #767: URL: https://github.com/apache/cxf/pull/767#discussion_r606355477
##########
File path: osgi/karaf/features/src/main/resources/features.xml
##########
@@ -216,8 +216,9 @@
</capability>
</feature>
<feature name="cxf-http-undertow" version="${project.version}">
- <feature version="${project.version}">cxf-http</feature>
+ <feature version="${project.version}">cxf-core</feature>
Review comment:
@ffang would appreciate you input on this change.
Had to remove the dependency on the `http` feature. It causes the issue with
`servlet-api` dependencies (see please
http://karaf.922171.n3.nabble.com/karaf-4-3-0-unable-to-install-hawtio-core-with-pax-http-undertow-td4059219.html).
[ERROR]
[ERROR] Chain 1:
[ERROR] org.ops4j.pax.web.pax-web-undertow
[org.ops4j.pax.web.pax-web-undertow/7.3.13]
[ERROR] import:
(&(osgi.wiring.package=javax.servlet)(version>=3.1.0)(!(version>=5.0.0)))
[ERROR] |
[ERROR] export: osgi.wiring.package: javax.servlet
[ERROR] javax.servlet-api [javax.servlet-api/3.1.0]
[ERROR]
[ERROR] Chain 2:
[ERROR] org.ops4j.pax.web.pax-web-undertow
[org.ops4j.pax.web.pax-web-undertow/7.3.13]
[ERROR] import:
(&(osgi.wiring.package=io.undertow.servlet)(version>=2.0.0)(!(version>=2.1.0)))
[ERROR] |
[ERROR] export: osgi.wiring.package=io.undertow.servlet;
uses:=javax.servlet
[ERROR] io.undertow.servlet [io.undertow.servlet/2.0.33.Final]
[ERROR] import:
(&(osgi.wiring.package=javax.servlet)(version>=4.0.0)(!(version>=5.0.0)))
[ERROR] |
[ERROR] export: osgi.wiring.package: javax.servlet
[ERROR] javax.servlet-api [javax.servlet-api/4.0.0]
[ERROR] Repositories: {
[ERROR]
file:C:\Users\retab\Workspaces\apache-cxf-git\cxf-git\osgi\karaf\features\target/classes/features.xml
[ERROR] mvn:org.apache.karaf.features/framework/4.3.1/xml/features
[ERROR] mvn:org.apache.karaf.features/spring/4.3.1/xml/features
[ERROR] mvn:org.apache.karaf.features/standard/4.3.1/xml/features
[ERROR] mvn:org.ops4j.pax.cdi/pax-cdi-features/1.1.4/xml/features
[ERROR] mvn:org.ops4j.pax.web/pax-web-features/7.3.13/xml/features
[ERROR] }
What do you think?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
