Skip to content

Commit

Permalink
[JXR-165] Upgrade Maven Reporting to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 11, 2022
1 parent 6fce23d commit fe3d27d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions maven-jxr-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ under the License.

<properties>
<mavenVersion>3.2.5</mavenVersion>
<doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
</properties>

<prerequisites>
Expand Down Expand Up @@ -137,21 +136,16 @@ under the License.
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-site-renderer</artifactId>
<version>${doxia-sitetoolsVersion}</version>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>3.1.0</version>
<exclusions>
<exclusion>
<artifactId>plexus-container-default</artifactId>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
Expand Down

0 comments on commit fe3d27d

Please sign in to comment.