[ 
https://issues.apache.org/jira/browse/LOG4J2-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743965#comment-13743965
 ] 

Ralph Goers commented on LOG4J2-363:
------------------------------------

Gary, Please note that Apache Commons Logging calls itself JCL in several 
places on its web site 
(http://commons.apache.org/proper/commons-logging/guide.html). If you start 
referring to ACL no one is going to know what you are talking about (they might 
think you are referring to an Access Control List and have no clue why).

I tried specifying:
{code}
<dependency>
  <groupId>commons-logging</groupId>
  <artifactId>commons-logging-api</artifactId>
  <version>1.1.3</version>
</dependency>
{code}

The result was 

[ERROR] Failed to execute goal on project log4j-jcl: Could not resolve 
dependencies for project 
org.apache.logging.log4j:log4j-jcl:jar:2.0-beta9-SNAPSHOT: Could not find 
artifact commons-logging:commons-logging-api:jar:1.1.3 in oracleReleases 
(http://download.oracle.com/maven) -> [Help 1]

Looking at search.maven.org I do see the api jar but it seems to be specified 
as a classifier, not as an artifactId, which is a really strange way to do it.


                
> 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: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to