1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<!--
4
3
Licensed to the Apache Software Foundation (ASF) under one
5
4
or more contributor license agreements. See the NOTICE file
@@ -18,7 +17,6 @@ KIND, either express or implied. See the License for the
18
17
specific language governing permissions and limitations
19
18
under the License.
20
19
-->
21
-
22
20
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
@@ -35,15 +33,15 @@ under the License.
35
33
<name >Maven JXR Plugin</name >
36
34
<inceptionYear >2005</inceptionYear >
37
35
36
+ <prerequisites >
37
+ <maven >${mavenVersion} </maven >
38
+ </prerequisites >
39
+
38
40
<properties >
39
41
<mavenVersion >3.2.5</mavenVersion >
40
42
<aetherVersion >1.0.0.v20140518</aetherVersion >
41
43
</properties >
42
44
43
- <prerequisites >
44
- <maven >${mavenVersion} </maven >
45
- </prerequisites >
46
-
47
45
<dependencies >
48
46
<dependency >
49
47
<groupId >org.apache.maven</groupId >
@@ -84,7 +82,8 @@ under the License.
84
82
<dependency >
85
83
<groupId >org.apache.maven.wagon</groupId >
86
84
<artifactId >wagon-provider-api</artifactId >
87
- <version >2.8</version ><!-- like Maven 3.2.5 -->
85
+ <version >2.8</version >
86
+ <!-- like Maven 3.2.5 -->
88
87
</dependency >
89
88
<dependency >
90
89
<groupId >org.apache.maven.reporting</groupId >
@@ -121,8 +120,8 @@ under the License.
121
120
<scope >test</scope >
122
121
<exclusions >
123
122
<exclusion >
124
- <artifactId >plexus-container-default</artifactId >
125
123
<groupId >org.codehaus.plexus</groupId >
124
+ <artifactId >plexus-container-default</artifactId >
126
125
</exclusion >
127
126
</exclusions >
128
127
</dependency >
0 commit comments