Skip to content

Commit fe3d27d

Browse files
[JXR-165] Upgrade Maven Reporting to 3.1.0
1 parent 6fce23d commit fe3d27d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

maven-jxr-plugin/pom.xml

+4-10
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ under the License.
3737

3838
<properties>
3939
<mavenVersion>3.2.5</mavenVersion>
40-
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
4140
</properties>
4241

4342
<prerequisites>
@@ -137,21 +136,16 @@ under the License.
137136
<version>2.11.0</version>
138137
</dependency>
139138
<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>
143142
<exclusions>
144143
<exclusion>
145-
<artifactId>plexus-container-default</artifactId>
146144
<groupId>org.codehaus.plexus</groupId>
145+
<artifactId>plexus-container-default</artifactId>
147146
</exclusion>
148147
</exclusions>
149148
</dependency>
150-
<dependency>
151-
<groupId>org.apache.maven.reporting</groupId>
152-
<artifactId>maven-reporting-impl</artifactId>
153-
<version>3.0.0</version>
154-
</dependency>
155149
<dependency>
156150
<groupId>org.apache.maven.wagon</groupId>
157151
<artifactId>wagon-provider-api</artifactId>

0 commit comments

Comments
 (0)