Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-1577

dependencyManagement does not work for transitive dependencies

    XMLWordPrintableJSON

Details

    Description

      The dependencyManagement does not work for transient dependencies. The specified version is ignored.

      Use case:
      Main POM defines commons-digester-1.6 and commons-beanutils-1.7.0, A-SNAPSHOT and B-SNAPSHOT
      Project A is child of Main and depends directly on commons-beanutils (version inherited from Main)
      Project B is child of Main and depends directly on commons-digester (version inherited from Main)
      Project C is child of Main and depends directly on A & B (versions inherited from Main)

      A is compiled and tests are run using commons-beanutils-1.7.0
      B is compiled and tests are run using commons-digester-1.6 and commons-beanutils-1.6, since digester is dependend on this
      C is compiled and tests are run using commons-beanutils-1.7.0

      Integration tests of B did not verify, that B is behaving as expected in this scenario. B might fail with 1.7.0 and it is not even recognized.

      If I add beanutils also as direct dependency to B, it works fine, but then are transitive dependency useless. It should be possible to define at least in the dependencyManagement, that the versions of transient dependencies also defined in the dependencyManagement have priority.

      • Jörg

      Attachments

        1. MNG-1577-trunk-final.patch
          131 kB
          Patrick Schneider
        2. site.patch
          6 kB
          Ralph Goers
        3. mng1577f.patch
          107 kB
          Patrick Schneider
        4. mng1577e-trunk.patch
          85 kB
          Ralph Goers
        5. mng1577e.patch
          75 kB
          Ralph Goers
        6. mng1577d.patch
          74 kB
          Ralph Goers
        7. mng1577c.patch
          36 kB
          Ralph Goers
        8. mng1577trunk.patch
          45 kB
          Ralph Goers
        9. mng1577b.patch
          35 kB
          Ralph Goers
        10. mng1577a.patch
          15 kB
        11. mng1577.patch
          15 kB
          Ralph Goers

        Issue Links

          Activity

            People

              Unassigned Unassigned
              joehni Joerg Schaible
              Votes:
              38 Vote for this issue
              Watchers:
              33 Start watching this issue

              Dates

                Created:
                Updated: