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

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


The following commit(s) were added to refs/heads/tomee-9.x by this push:
     new 105bf91443 TOMEE-4204 | TOMEE-4181 - Exclude bcpkix, bcprov and bcutil 
from patch plugin for profile "plume"
105bf91443 is described below

commit 105bf914438a6f9341c27fa1a84c476aca3b45da
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed May 3 09:23:47 2023 +0200

    TOMEE-4204 | TOMEE-4181 - Exclude bcpkix, bcprov and bcutil from patch 
plugin for profile "plume"
---
 tomee/apache-tomee/pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index f6e2b6f312..259defe9a6 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -812,11 +812,13 @@
               
<select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
               <skipTransform>true</skipTransform>
               <createTarGz>true</createTarGz>
-              <replace>
-                <resources>
-                  
<ServerInfo.properties>${project.build.sourceDirectory}/ServerInfo.properties</ServerInfo.properties>
-                </resources>
-              </replace>
+              <skips>
+                <jars>
+                  
<bcpkix-jdk15to18-1.73.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.73</bcpkix-jdk15to18-1.73.jar>
+                  
<bcprov-jdk15to18-1.73.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.73</bcprov-jdk15to18-1.73.jar>
+                  
<bcutil-jdk15to18-1.73.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.73</bcutil-jdk15to18-1.73.jar>
+                </jars>
+              </skips>
             </configuration>
             <executions>
               <execution>

Reply via email to