melloware commented on a change in pull request #33: URL: https://github.com/apache/openwebbeans/pull/33#discussion_r629286820
########## File path: 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, \ Review comment: I thought these libs were there maven coordinates which is... ```xml <dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.faces</artifactId> <version>2.3.16</version> </dependency> ``` So I thought my choice above was the safest exclude. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org