]
Eduardo Martins updated WFLY-13258:
-----------------------------------
Git Pull Request:
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
Fix For: 19.0.1.Final
The following managed dependency should be used instead:
{code:xml}
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>commons-logging-jboss-logging</artifactId>
</dependency>
{code}