Steve Loughran created ACCUMULO-1724:
----------------------------------------
Summary: 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
Affects Versions: 1.6.0
Reporter: Steve Loughran
Priority: Minor
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 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