[
https://issues.apache.org/jira/browse/PLUTO-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elliot Metsger resolved PLUTO-447.
----------------------------------
Resolution: Fixed
> 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
> Assignee: Elliot Metsger
> Fix For: 1.2.0, 1.1.5
>
>
> 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.