From 6e7448648e14e6039ad25c9dcc023d9929d332d0 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6113429b9..ab36916ec 100644 --- a/pom.xml +++ b/pom.xml @@ -357,6 +357,11 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + org.apache.maven.plugins maven-gpg-plugin