<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
I've tried unsuccessfully to upgrade my osgi application to jbpm 5.2
and Drools 5.3. I'm using tycho and I got this error:<br>
<br>
[ERROR] Missing requirement: org.drools.core 5.3.1.Final requires
'bundle org.drools.api 5.3.1.SNAPSHOT' but it could not be found<br>
<br>
Its worth to say that with Jbpm 5.1 and Drools 5.2 everything is ok.<br>
<br>
Looking at the org.drools.core pom's I could see that the problem
seems to be this:<br>
<br>
<Require-Bundle>org.drools.api;visibility:=reexport;<b>bundle-version="${drools.osgi.version}"</b></Require-Bundle><br>
<br>
<b>So ${drools.osgi.version} </b>is being resolved to
5.3.1.SNAPSHOT that is not being resolved because .SNAPSHOT is not a
valid OSGI word as the .qualifier is.<br>
<br>
regards<br>
<br>
Cristiano<br>
</body>
</html>