By the way: Also for Maven a version 1.0 generally means 1.0 or a later version, if 1.0 is not available. https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm#MAVEN402
2016-08-30 21:59 GMT+02:00 Jean-Baptiste Onofré <[email protected]>: > By the way: it's the OSGi convention. The same apply to import package. > Something like: > > Import-Package: com.foo;version="1.0.0" > > means [1.0.0,) > > If you want to narrow to 1.0.0 only then you have to use [1.0.0,1.0.0] > > Regards > JB > > > On 08/30/2016 09:24 PM, oski_bear wrote: >> >> Thanks Guillaume, >> >> The version range helped. Though, I think it's confusing that explicitly >> setting a version translates to >=. After all I am using the "=" symbol >> not >> the ">=" symbol. >> >> I'm going to investigate the other issues a bit more and get back to you. >> >> Thanks again >> >> >> >> >> -- >> View this message in context: >> http://karaf.922171.n3.nabble.com/Karaf-4-0-5-prerequisite-feature-not-installed-with-correct-version-tp4047753p4047761.html >> Sent from the Karaf - User mailing list archive at Nabble.com. >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
