Skip to content

Commit

Permalink
Fixes issue piranhacloud#3221 - Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 14, 2023
1 parent 5bd44ff commit 79fa639
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@

<dependencyManagement>
<dependencies>
<!-- Apache Commons FileUpload -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${commons-fileupload.version}</version>
</dependency>

<!-- Apache Commons IO -->
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -639,9 +646,9 @@
</plugin>
<!--
Kept at 3.0.0-M4 because 3.0.0-M[5-7] do not work.
Kept at 3.0.0-M4 because 3.0.0-M[5-7] do not work.
-->
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down Expand Up @@ -689,9 +696,9 @@
</plugin>
<!--
Kept at 4.0.0-M3 because 4.0.0-M4 does not work.
Kept at 4.0.0-M3 because 4.0.0-M4 does not work.
-->
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand All @@ -704,9 +711,9 @@
</plugin>
<!--
Kept at 3.0.0-M6 because 3.0.0-M7 does not work.
Kept at 3.0.0-M6 because 3.0.0-M7 does not work.
-->
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 79fa639

Please sign in to comment.