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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git

commit be8645d35587303251f16566b649090e2330ed53
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Apr 13 12:23:25 2021 +0200

    Make sure we don't change MyFaces and EclipseLink if they are there because 
we are using the Jakarta ready version
    
    Signed-off-by: Jean-Louis Monteiro <[email protected]>
---
 tomee/apache-tomee/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index d4de012..095afb9 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -530,6 +530,14 @@
           
<select>apache-tomee-(plus|plume|webprofile|microprofile).*\.zip</select>
           <skipTransform>true</skipTransform>
           <createTarGz>true</createTarGz>
+          <replace>
+            <!-- We don't want these bytecode modified at all, so we overwrite
+            any modifications made by the Eclipse Transformer with the 
originals -->
+            <jars>
+              
<jakarta.faces-3.0.0.jar>org.glassfish:jakarta.faces:jar:3.0.0</jakarta.faces-3.0.0.jar>
+              
<eclipselink-3.0.0.jar>org.eclipse.persistence:eclipselink:jar:3.0.0</eclipselink-3.0.0.jar>
+            </jars>
+          </replace>
         </configuration>
         <executions>
           <execution>

Reply via email to