Skip to content

Commit 95c9f75

Browse files
authored
Merge pull request #4750 from line-o/fix/assembly
[build] add missing dependency to copy-maven-plugin
2 parents 6b13b18 + db31d64 commit 95c9f75

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

exist-distribution/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,18 @@
715715
<configuration>
716716
<showfiles>true</showfiles>
717717
</configuration>
718+
<dependencies>
719+
<dependency>
720+
<groupId>commons-io</groupId>
721+
<artifactId>commons-io</artifactId>
722+
<version>2.11.0</version>
723+
</dependency>
724+
<dependency>
725+
<groupId>org.codehaus.plexus</groupId>
726+
<artifactId>plexus-utils</artifactId>
727+
<version>1.1</version>
728+
</dependency>
729+
</dependencies>
718730
<executions>
719731
<execution>
720732
<id>autodeploy-expath-pkgs-for-appassembler</id>

0 commit comments

Comments
 (0)