<div dir="ltr">Hi,<div><br></div><div>The org.kie.api.osgi.Activator class of kie project needs the class ServiceRegistryImpl (&amp; Interface ServiceRegistry of kie internal) to register an OSGI Service (Interface)</div><div>
<br></div><div><div>        this.serviceRegistry = bc.registerService( ServiceRegistry.class.getName(),</div><div>                                                   ServiceRegistryImpl.getInstance(),</div><div>                                                   new Hashtable() );</div>
</div><div><br></div><div>but the maven module kie api does not have a dependency with kie internal  as the class ServiceRegistry &amp; ServiceRegistryImpl are part of the module kie internal &amp; package org.kie.internal.utils</div>
<div><br></div><div style>Questions :</div><div style>- What are the plans regarding to the Activator of Kie api bundle - what does it want to do ?</div><div style>- Can we add the missing dependency in kie api project ?</div>
<div style><br></div><div><div style>Regards,</div>-- <br><div>Charles Moulliard</div><div>Apache Committer / Sr. Enterprise Architect (RedHat)</div><div>Twitter : @cmoulliard | Blog : <a href="http://cmoulliard.blogspot.com" target="_blank">http://cmoulliard.blogspot.com</a></div>
<div><br></div>
</div></div>