dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
288 stars 136 forks source link

dependencies: update modernizer plugin to be compatible with maven 3.9 #7600

Closed lemora closed 3 months ago

lemora commented 3 months ago

Motivation: The currently used modernizer-maven-plugin of version 2.4 depends on plexus-utils (org.codehaus.plexus.util.StringUtils) but does not declare it as a dependency. Thus, the verify step currently fails when using maven 3.9.

Modification: Increase the modernizer-maven-plugin version to 2.6, which adds the required dependency.

Result: The verify step now also works with maven 3.9.

Target: master, 9.2 Requires-notes: no Requires-book: no Patch: https://rb.dcache.org/r/14183/ Acked-by: Tigran Mkrtchyan Cherry-picked from 88b73c