Skip to content

Commit

Permalink
Merge pull request #4858 from adamretter/6.x.x/fix/assembly
Browse files Browse the repository at this point in the history
[6.x.x] [build] add missing dependency to copy-maven-plugin
  • Loading branch information
adamretter committed Apr 10, 2023
2 parents 7d2c8e6 + 8c9e27c commit 17c94d9
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 17c94d9

Please sign in to comment.