WW-5067-Fix1

- Accidental change of artifactId when groupId was changed for weld-se in
original PR.  This commit restores the originally intended artifactId.
This commit is contained in:
JCgH4164838Gh792C124B5
2020-04-18 15:49:44 -04:00
parent f4c0135878
commit 5cf57b9132
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<artifactId>weld-se</artifactId>
<scope>test</scope>
</dependency>
+1 -1
View File
@@ -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>