[
https://issues.apache.org/jira/browse/LOG4J2-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743892#comment-13743892
]
Remko Popma commented on LOG4J2-363:
------------------------------------
Gary, not sure what you mean.
Currently jcl-bridge/pom.xml contains this dependency:
{code}
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
{code}
You don't think the artifactId should be commons-logging-api?
> change dependency from commons logging impl to commons logging API
> ------------------------------------------------------------------
>
> Key: LOG4J2-363
> URL: https://issues.apache.org/jira/browse/LOG4J2-363
> Project: Log4j 2
> Issue Type: Dependency upgrade
> Components: JCL Bridge
> Affects Versions: 2.0-beta9
> Reporter: Roland Weiglhofer
> Fix For: 2.0-beta9, 2.0
>
>
> The JCL Bridge should depend on the common logging API but not on commons
> logging impl.
> <dependency>
> <groupId>commons-logging</groupId>
> <artifactId>commons-logging-api</artifactId>
> <version>1.1</version>
> </dependency>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]