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


The following commit(s) were added to refs/heads/master by this push:
     new 4eeea1f  Don't include mojorra for other distribution than Plume
4eeea1f is described below

commit 4eeea1f1a9fb6ae13e809ad41f0e3f1ee9c184ac
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Thu Jun 10 14:53:22 2021 +0200

    Don't include mojorra for other distribution than Plume
---
 tomee/tomee-plus-webapp/pom.xml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/tomee/tomee-plus-webapp/pom.xml b/tomee/tomee-plus-webapp/pom.xml
index 851fa82..a308ccb 100644
--- a/tomee/tomee-plus-webapp/pom.xml
+++ b/tomee/tomee-plus-webapp/pom.xml
@@ -582,11 +582,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.glassfish</groupId>
-      <artifactId>jakarta.faces</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>org.hibernate.validator</groupId>
       <artifactId>hibernate-validator</artifactId>
       <version>7.0.0.Final</version>
@@ -709,10 +704,11 @@
           <transformSources>true</transformSources>
           <replace>
             <!-- We don't want these bytecode modified at all, so we overwrite
-          any modifications made by the Eclipse Transformer with the originals 
-->
+            any modifications made by the Eclipse Transformer with the 
originals -->
             <jars>
+              
<myfaces-api-3.0.0.jar>org.apache.myfaces.core:myfaces-api:jar:3.0.0</myfaces-api-3.0.0.jar>
+              
<myfaces-impl-3.0.0.jar>org.apache.myfaces.core:myfaces-impl:jar:3.0.0</myfaces-impl-3.0.0.jar>
               
<hibernate-validator-7.0.0.Final.jar>org.hibernate.validator:hibernate-validator:jar:7.0.0.Final</hibernate-validator-7.0.0.Final.jar>
-              
<jakarta.faces-3.0.0.jar>org.glassfish:jakarta.faces:jar:3.0.0</jakarta.faces-3.0.0.jar>
             </jars>
             <resources>
               
<openejb-version.properties>${project.build.outputDirectory}/openejb-version.properties</openejb-version.properties>

Reply via email to