mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
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:
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.weld.se</groupId>
|
||||
<artifactId>weld-se-core</artifactId>
|
||||
<artifactId>weld-se</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user