Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31130

Use the same version of `commons-io` in SBT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.4.5, 3.0.0
    • 2.4.6, 3.0.0
    • Build
    • None

    Description

      Maven always uses 2.4 version while SBT uses 2.5 at `hadoop-3.2` profile.

      <commons-io.version>2.4</commons-io.version>
      

      *branch-3.0*

      $ build/sbt -Phadoop-3.2 "core/dependencyTree" | grep commons-io:commons-io | head -n1
          [info]   | | +-commons-io:commons-io:2.5
      

      *branch-2.4*

      $ build/sbt -Phadoop-3.1 "core/dependencyTree" | grep commons-io:commons-io | head -n1
      [info]   | | +-commons-io:commons-io:2.5
      

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: