Skip to content

Commit

Permalink
Bump org.apache.maven.shared:maven-shared-utils:3.3.4 (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Oct 10, 2022
1 parent 227336c commit 85d4e88
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exec/api/pom.xml
Expand Up @@ -54,6 +54,9 @@
<classifier>forge-addon</classifier>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</dependency>
</dependencies>
</project>
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -211,6 +211,11 @@
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.4</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 4 additions & 0 deletions windup-test-harness/pom.xml
Expand Up @@ -24,5 +24,9 @@
<groupId>org.jboss.forge.furnace.test</groupId>
<artifactId>arquillian-furnace-classpath</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 85d4e88

Please sign in to comment.