META-INF.beans.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of drools-wb-guided-dtree-editor-client Show documentation
Show all versions of drools-wb-guided-dtree-editor-client Show documentation
Drools Workbench - Guided Decision Tree Editor - Client
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" bean-discovery-mode="none"> <scan> <exclude name="org.drools.workbench.screens.guided.dtree.client.**"/> </scan> </beans>