Mario Fusco created DROOLS-933:
----------------------------------
Summary: Allow to optionally pass a dependency filter when creating
KieModuleMetaData
Key: DROOLS-933
URL:
https://issues.jboss.org/browse/DROOLS-933
Project: Drools
Issue Type: Feature Request
Reporter: Mario Fusco
Assignee: Mario Fusco
When creating the meta data for a given KieModule it is required to optionally filter its
dependencies with the following filtering interface:
{code}
public interface DependencyFilter {
boolean accept(ReleaseId releaseId, String scope);
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)