blob: cb61c85207673bf204c7e137401df22310c70165 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" bean-discovery-mode="all">
<scan>
<!-- These exclusions were added by Errai to avoid deploying client-side classes to the server -->
<!-- End of Errai exclusions -->
<!-- These exclusions were added by Errai to avoid deploying client-side
classes to the server -->
<!-- End of Errai exclusions -->
<!-- These exclusions were added by Errai to avoid deploying client-side
classes to the server -->
<!-- End of Errai exclusions -->
<exclude name="org.hibernate.validator.**" />
<exclude name="org.dashbuilder.validations.**" />
<exclude name="org.dashbuilder.client.**" />
<exclude name="org.dashbuilder.common.client.**" />
<exclude name="org.dashbuilder.dataset.client.**" />
<exclude name="org.dashbuilder.dataset.validation.**" />
<exclude name="org.dashbuilder.dataset.editor.client.**" />
<exclude name="org.dashbuilder.displayer.client.**" />
<exclude name="org.dashbuilder.renderer.client.**" />
<exclude name="org.dashbuilder.renderer.c3.**" />
<!-- Uberfire -->
<exclude name="org.uberfire.client.**" />
<exclude name="org.uberfire.security.client.**" />
<!-- UF Extensions -->
<exclude name="org.uberfire.ext.apps.client.**" />
<exclude name="org.uberfire.ext.plugin.client.**" />
<exclude name="org.uberfire.ext.layout.editor.client.**" />
<exclude name="org.uberfire.ext.security.management.client.**" />
<exclude name="org.uberfire.ext.editor.commons.client.**" />
<exclude name="org.uberfire.ext.properties.editor.client.**" />
<exclude name="org.uberfire.ext.widgets.common.client.**" />
<exclude name="org.uberfire.ext.widgets.sandbox.client.**" />
<exclude name="org.uberfire.ext.widgets.core.client.**" />
<exclude name="org.uberfire.ext.widgets.table.client.**" />
<exclude name="org.uberfire.ext.wires.client.**" />
<exclude name="org.uberfire.ext.wires.bpmn.client.**" />
<exclude name="org.uberfire.ext.wires.core.api.**" />
<exclude name="org.uberfire.ext.wires.core.client.**" />
<exclude name="org.uberfire.ext.wires.core.trees.client.**" />
<exclude name="org.uberfire.ext.wires.core.scratchpad.client.**" />
<exclude name="org.uberfire.ext.wires.bayesian.network.client.**" />
</scan>
</beans>