]
Lin Gao updated WFLY-13446:
---------------------------
Labels: downstream_dependency (was: )
Dependency of wildfly-weld-common would be better to be
${project.groupId}
--------------------------------------------------------------------------
Key: WFLY-13446
URL:
https://issues.redhat.com/browse/WFLY-13446
Project: WildFly
Issue Type: Enhancement
Components: Build System
Reporter: Lin Gao
Assignee: Lin Gao
Priority: Minor
Labels: downstream_dependency
A new depenency :
{code:xml}
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-weld-common</artifactId>
</dependency>
{code}
was added to +ejb3/+ subsystem. The dependency comes from different module of the same
project, so it is better to have the groupId to +${project.groupId}+, so that it is easier
when updating the project's groupId to like: +org.jboss.eap+