File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ under the License.
37
37
38
38
<properties >
39
39
<mavenVersion >3.2.5</mavenVersion >
40
- <doxia-sitetoolsVersion >1.11.1</doxia-sitetoolsVersion >
41
40
</properties >
42
41
43
42
<prerequisites >
@@ -137,21 +136,16 @@ under the License.
137
136
<version >2.11.0</version >
138
137
</dependency >
139
138
<dependency >
140
- <groupId >org.apache.maven.doxia </groupId >
141
- <artifactId >doxia-site-renderer </artifactId >
142
- <version >${doxia-sitetoolsVersion} </version >
139
+ <groupId >org.apache.maven.reporting </groupId >
140
+ <artifactId >maven-reporting-impl </artifactId >
141
+ <version >3.1.0 </version >
143
142
<exclusions >
144
143
<exclusion >
145
- <artifactId >plexus-container-default</artifactId >
146
144
<groupId >org.codehaus.plexus</groupId >
145
+ <artifactId >plexus-container-default</artifactId >
147
146
</exclusion >
148
147
</exclusions >
149
148
</dependency >
150
- <dependency >
151
- <groupId >org.apache.maven.reporting</groupId >
152
- <artifactId >maven-reporting-impl</artifactId >
153
- <version >3.0.0</version >
154
- </dependency >
155
149
<dependency >
156
150
<groupId >org.apache.maven.wagon</groupId >
157
151
<artifactId >wagon-provider-api</artifactId >
You can’t perform that action at this time.
0 commit comments