[jboss-jira] [JBoss JIRA] (WFLY-13258) Some MP Quickstarts use commons-logging
Eduardo Martins (Jira)
issues at jboss.org
Wed Mar 18 14:15:26 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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)
More information about the jboss-jira
mailing list