Old version of junit included via commons-cli in pluto-util
-----------------------------------------------------------
Key: PLUTO-447
URL: https://issues.apache.org/jira/browse/PLUTO-447
Project: Pluto
Issue Type: Bug
Components: build system
Affects Versions: 1.1.4
Reporter: Eric Dalquist
The commons-cli dependency in pluto-util includes an old (3.7) version of JUnit
as a transitive dependency.
Adding the following to the commons-cli dependency in the pluto-util pom.xml
fixes the problem:
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.