From f6aa291e94d5131abecc1d1699a85cdf0eabfc59 Mon Sep 17 00:00:00 2001 From: Brian Demers Date: Fri, 24 Feb 2023 14:16:27 -0500 Subject: [PATCH] Pins version of maven-resources-plugin to 3.1.0 Versions after this fail to copy symlinks (used for impl crypto tests) This should be fixed in a future version of the maven-resources-plugin (MRESOURCES-269), but should be pinned anyway --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 6113429b..9c958caa 100644 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,7 @@ 3.8.1 3.1.1 3.2.1 + 3.1.0 1.6 0.13.1 1.6.1 @@ -357,6 +358,11 @@ + + org.apache.maven.plugins + maven-resources-plugin + ${maven.resources.version} + org.apache.maven.plugins maven-gpg-plugin