]
Petr Široký updated DROOLS-558:
-------------------------------
Component/s: core engine
drools-core imports internal xstream packages
---------------------------------------------
Key: DROOLS-558
URL:
https://issues.jboss.org/browse/DROOLS-558
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Fabian Meyer
Assignee: Petr Široký
Fix For: 6.3.0.CR1
drools-core is not deployable on OSGi, because it defines an "Import-Package:
com.thoughtworks.xstream.core.util", which is explicitly marked as not exported by
xstream
(<Export-Package>!com.thoughtworks.xstream.core.util,com.thoughtworks.xstream.*;-noimport:=true</Export-Package>)