On 03/11/2020 07:30, Jean-Baptiste Onofre wrote: > Hi, > > Do you have static-framework feature in your pom dependencies ? With which > scope ?
This is pretty much a copy of karaf-docker-example-static-dist, hence I have: https://git.opendaylight.org/gerrit/c/odlparent/+/93414/10/karaf/test-static/pom.xml The thing is: 'wrap' itself passes okay, the trouble is if a feature requires it -- i.e. the above works, it is enough to add this line https://git.opendaylight.org/gerrit/c/odlparent/+/93414/10..11/karaf/test-static/pom.xml to break it. odl-jung-2.1 is a simple feature: https://repo1.maven.org/maven2/org/opendaylight/odlparent/odl-jung-2.1/8.0.0/odl-jung-2.1-8.0.0-features.xml It looks as though 'prerequisite' might be a problem? Regards, Robert