[
https://issues.redhat.com/browse/WFLY-13258?page=com.atlassian.jira.plugi...
]
Eduardo Martins updated WFLY-13258:
-----------------------------------
Description:
The following managed dependency should be used instead:
{code:xml}
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>commons-logging-jboss-logging</artifactId>
</dependency>
{code}
was:
The following managed dependency should be used instead:
{code:xml}
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>commons-logging-jboss-logging</artifactId>
<scope>test</scope>
</dependency>
{code}
Some MP Quickstarts use commons-logging
---------------------------------------
Key: WFLY-13258
URL:
https://issues.redhat.com/browse/WFLY-13258
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Major
The following managed dependency should be used instead:
{code:xml}
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>commons-logging-jboss-logging</artifactId>
</dependency>
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)