This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push: new 5cf57b9 WW-5067-Fix1 - Accidental change of artifactId when groupId was changed for weld-se in original PR. This commit restores the originally intended artifactId. new fff35cf Merge pull request #402 from JCgH4164838Gh792C124B5/WW-5067-25x-Fix1 5cf57b9 is described below commit 5cf57b9132e793616ca2dad928dcb764a3fee1a2 Author: JCgH4164838Gh792C124B5 <43964333+jcgh4164838gh792c12...@users.noreply.github.com> AuthorDate: Sat Apr 18 15:49:44 2020 -0400 WW-5067-Fix1 - Accidental change of artifactId when groupId was changed for weld-se in original PR. This commit restores the originally intended artifactId. --- plugins/cdi/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index ae90ca2..0692c00 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>org.jboss.weld.se</groupId> - <artifactId>weld-se-core</artifactId> + <artifactId>weld-se</artifactId> <scope>test</scope> </dependency> diff --git a/pom.xml b/pom.xml index 3305527..ccb6b38 100644 --- a/pom.xml +++ b/pom.xml @@ -1112,7 +1112,7 @@ <dependency> <groupId>org.jboss.weld.se</groupId> - <artifactId>weld-se-core</artifactId> + <artifactId>weld-se</artifactId> <version>2.2.16.SP1</version> </dependency>