Skip to content

Commit

Permalink
Specify an explicit plexus-utils dependency for copy-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 13, 2024
1 parent 0a9bfaa commit 24ccce7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,13 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.2</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 24ccce7

Please sign in to comment.