Skip to content

Commit d2ff547

Browse files
authored
Merge pull request #4934 from evolvedbinary/feature/update-copy-maven-plugin
Use newer copy-maven-plugin which does not have CVE issues with its dependencies
2 parents 8f92392 + 300e9c0 commit d2ff547

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

exist-distribution/pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -709,24 +709,12 @@
709709
</plugin>
710710

711711
<plugin>
712-
<groupId>ch.mfrey.maven.plugin</groupId>
712+
<groupId>com.evolvedbinary.maven.mfrey</groupId>
713713
<artifactId>copy-maven-plugin</artifactId>
714-
<version>1.0.0</version>
714+
<version>2.1.0</version>
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.12.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>
730718
<executions>
731719
<execution>
732720
<id>autodeploy-expath-pkgs-for-appassembler</id>

0 commit comments

Comments
 (0)