This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fic/WW-5438-weld in repository https://gitbox.apache.org/repos/asf/struts.git
commit 8c8bf6bc7db8bd13bc9901bbcaded0eb3b4adef7 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Jul 9 08:05:25 2024 +0200 WW-5438 Fixes scope of Weld dependencies --- plugins/cdi/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index 4c13a35ef..56fa400a6 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -43,11 +43,13 @@ <dependency> <groupId>org.jboss.weld</groupId> <artifactId>weld-core-impl</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> + <scope>test</scope> </dependency> <dependency>