[ https://issues.apache.org/jira/browse/PLUTO-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552164 ]
Craig Doremus commented on PLUTO-447: ------------------------------------- Added junit dependancy to pluto-ant-tasks/pom.xml as suggested by Elliot in SVN rev 604554. Thanks Elliot! > 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.