Merge pull request #402 from JCgH4164838Gh792C124B5/WW-5067-25x-Fix1

WW-5067-Fix1 (correct accidental artifactId change)
This commit is contained in:
Lukasz Lenart
2020-04-20 07:45:58 +02:00
committed by GitHub
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>