Lin Gao created WFLY-13446:
------------------------------
Summary: 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
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+
--
This message was sent by Atlassian Jira
(v7.13.8#713008)