Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-447

Old version of junit included via commons-cli in pluto-util

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.4
    • 1.2.0, 1.1.5
    • build system
    • None

    Description

      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>

      Attachments

        Activity

          People

            emetsger Elliot Metsger
            edalquist Eric Dalquist
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: