Skip to content

Commit

Permalink
[MPIR-461] Upgrade plugins and components (in ITs)
Browse files Browse the repository at this point in the history
This closes #71
  • Loading branch information
michael-o committed Jun 13, 2024
1 parent a44cc8a commit 34ca65b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ under the License.
<mavenVersion>3.6.3</mavenVersion>
<doxiaVersion>1.11.1</doxiaVersion>
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
<scmVersion>2.0.1</scmVersion>
<scmVersion>2.1.0</scmVersion>
<resolverVersion>1.4.1</resolverVersion>
<sitePluginVersion>3.12.1</sitePluginVersion>
<fluidoSkinVersion>1.11.1</fluidoSkinVersion>
Expand Down Expand Up @@ -209,13 +209,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-common-artifact-filters</artifactId>
<version>3.3.2</version>
<exclusions>
<exclusion>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-plexus</artifactId>
</exclusion>
</exclusions>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down Expand Up @@ -323,7 +317,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>1.26</version>
<version>1.27</version>
</dependency>

<!-- Test -->
Expand Down Expand Up @@ -404,7 +398,7 @@ under the License.
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.7</version>
<version>1.9.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 34ca65b

Please sign in to comment.