Skip to content

Commit

Permalink
[build] add missing dependency to copy-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Apr 8, 2024
1 parent c8fa495 commit 301a4e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions exist-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,18 @@
<configuration>
<showfiles>true</showfiles>
</configuration>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>autodeploy-expath-pkgs-for-appassembler</id>
Expand Down

0 comments on commit 301a4e1

Please sign in to comment.