This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/master by this push:
new b875e05 OWB-1298: Exclude Mojarra 2.3
new 0cf6f33 Merge pull request #33 from melloware/patch-1
b875e05 is described below
commit b875e05bfe13e6604c773b3f283e6d21bf330755
Author: Melloware <[email protected]>
AuthorDate: Sun May 9 08:53:58 2021 -0400
OWB-1298: Exclude Mojarra 2.3
---
.../src/main/resources/META-INF/openwebbeans/openwebbeans.properties | 1 +
1 file changed, 1 insertion(+)
diff --git
a/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
b/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
index bb4aa65..7334e23 100644
---
a/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
+++
b/webbeans-impl/src/main/resources/META-INF/openwebbeans/openwebbeans.properties
@@ -220,6 +220,7 @@ org.apache.webbeans.scanExclusionPaths=/jre/lib, \
/jsp-api, \
/myfaces-api, \
/myfaces-impl, \
+ /jakarta.faces, \
/servlet-api, \
/javax, \
/annotation-api, \