This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new fe4c087  excluding classes which shouldn't be scanned in oauth2 module
fe4c087 is described below

commit fe4c087a2a972d86d933c5edd67df7e4633964cd
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Tue Nov 10 19:11:39 2020 +0100

    excluding classes which shouldn't be scanned in oauth2 module
---
 meecrowave-oauth2-minimal/src/main/resources/META-INF/beans.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meecrowave-oauth2-minimal/src/main/resources/META-INF/beans.xml 
b/meecrowave-oauth2-minimal/src/main/resources/META-INF/beans.xml
index e250b87..6bbf763 100644
--- a/meecrowave-oauth2-minimal/src/main/resources/META-INF/beans.xml
+++ b/meecrowave-oauth2-minimal/src/main/resources/META-INF/beans.xml
@@ -25,4 +25,8 @@
         http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd";>
 
   <trim/>
+  <scan>
+    <exclude 
name="org.apache.meecrowave.oauth2.configuration.OAuth2Configurer$1" />
+    <exclude name="org.apache.meecrowave.oauth2.configuration.JPAAdapter" />
+  </scan>
 </beans>

Reply via email to