This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new c985e75724 TOMEE-4181 Exclude bcprov from the patch plugin
c985e75724 is described below

commit c985e757246ef4c1323f2c5d069b81d2308fbcc2
Author: Jonathan Gallimore <j...@jrg.me.uk>
AuthorDate: Fri Jan 27 15:01:18 2023 +0000

    TOMEE-4181 Exclude bcprov from the patch plugin
---
 tomee/apache-tomee/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 2f3acec579..83f68e47ad 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -562,6 +562,11 @@
               
<select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
               <skipTransform>true</skipTransform>
               <createTarGz>true</createTarGz>
+              <skips>
+                <jars>
+                  
<bcprov-jdk15on-1.70.jar>org.bouncycastle:bcprov-jdk15on:jar:1.70</bcprov-jdk15on-1.70.jar>
+                </jars>
+              </skips>
             </configuration>
             <executions>
               <execution>

Reply via email to