We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6671b commit 9fee782Copy full SHA for 9fee782
pom.xml
@@ -45,13 +45,7 @@ under the License.
45
</licenses>
46
47
<prerequisites>
48
- <!--
49
- NOTE: To satisfy our dependency on plexus-utils we actually need Maven 2.0.6 because all previous versions always
50
- use plexus-utils 1.1 regardless of the plugin dependency. In practice however, the only benefit of using the newer
51
- plexus-utils is the fix for PLXUTILS-10 required to solve MJAVACC-35 which is a rather exceptional use-case. All
52
- other use-cases work fine with the older plexus-utils and hence we can keep the prerequisite on Maven low.
53
- -->
54
- <maven>2.0</maven>
+ <maven>2.0.6</maven>
55
</prerequisites>
56
57
<scm>
0 commit comments