Skip to content

Commit

Permalink
[MPH-190] Upgrade Maven Reporting API to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Aug 14, 2022
1 parent dd6101b commit 11e3270
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
<version>3.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down Expand Up @@ -201,8 +201,14 @@
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>3.1.0</version>
<version>3.3.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -276,7 +282,7 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit 11e3270

Please sign in to comment.