You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Keith Turner (JIRA)" <ji...@apache.org> on 2014/04/04 21:46:17 UTC

[jira] [Updated] (ACCUMULO-1724) conflicting commons-logging imports in root pom

     [ https://issues.apache.org/jira/browse/ACCUMULO-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Turner updated ACCUMULO-1724:
-----------------------------------

    Affects Version/s:     (was: 1.6.0)

> conflicting commons-logging imports in root pom
> -----------------------------------------------
>
>                 Key: ACCUMULO-1724
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1724
>             Project: Accumulo
>          Issue Type: Bug
>          Components: build
>            Reporter: Steve Loughran
>            Assignee: Christopher Tubbs
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> the root POM pulls in commons-logging and an older version of commons-logging-api
> {code}
>       <dependency>
>         <groupId>commons-logging</groupId>
>         <artifactId>commons-logging</artifactId>
>         <version>1.1.1</version>
>       </dependency>
>       <dependency>
>         <groupId>commons-logging</groupId>
>         <artifactId>commons-logging-api</artifactId>
>         <version>1.0.4</version>
>       </dependency>
> {code}
> You should drop the the -api JAR as it is an out of date proper subset of the full JAR: [http://commons.apache.org/proper/commons-logging/guide.html#commons-logging-api.jar]



--
This message was sent by Atlassian JIRA
(v6.2#6252)