I have the following bundle element in my features.xml. <bundle dependency="true">mvn:com.basistech.rbl:rbl-osgi/7.13.102.c57.0</bundle>
This artifact (com.basistech.rbl:rbl-osgi:7.13.102.c57.0) surely exists in my local maven repository. It's OSGi version is not the same as it's Maven version. Am I supposed to give the OSGi bundle version here? I get: [ERROR] Failed to execute goal org.apache.karaf.tooling:features-maven-plugin:2.4.3:add-features-to-repo (add-features-to-repo) on project karaf-rest-service: Cannot find version for: com.basistech.rbl:rbl-osgi/7.13.102.c57.0 -> [Help 1]
