ahgittin commented on pull request #1205: URL: https://github.com/apache/brooklyn-server/pull/1205#issuecomment-883234527
was pointed out that this breaks on OSGi with ``` org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=brooklyn-software-winrm; type=karaf.feature; version=0; filter:="(&(osgi.identity=brooklyn-software-winrm)(type=karaf.feature)(version>=0.0.0))" [caused by: Unable to resolve brooklyn-software-winrm/1.1.0.SNAPSHOT: missing requirement [brooklyn-software-winrm/1.1.0.SNAPSHOT] osgi.identity; osgi.identity=org.apache.brooklyn.software-winrm; type=osgi.bundle; version="[1.1.0.SNAPSHOT,1.1.0.SNAPSHOT]"; resolution:=mandatory [caused by: Unable to resolve org.apache.brooklyn.software-winrm/1.1.0.SNAPSHOT: missing requirement [org.apache.brooklyn.software-winrm/1.1.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.apache.brooklyn.core.config)(version>=1.1.0)(!(version>=2.0.0)))" [caused by: Unable to resolve org.apache.brooklyn.core/1.1.0.SNAPSHOT: missing requirement [org.apache.brooklyn.core/1.1.0.SNAPSHOT] osgi.wiring.package; filter:="(o sgi.wiring.package=com.thoughtworks.xstream.core.util)"]]] ``` last commit should fix that -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
