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

rzo1 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 cf3ec2272b TOMEE-4204 | TOMEE-4181 - Exclude bcprov from patch plugin 
for profile "plume"
cf3ec2272b is described below

commit cf3ec2272b49249e89f146a81a6950720ee4d3a8
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon May 8 14:03:24 2023 +0200

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

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 83f68e47ad..9dc2fc732b 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -793,11 +793,11 @@
               
<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>
+                  
<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