This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new c6b6bc158a TOMEE-3965 - Update the Apache MyFaces to version 4.0.2,
and update Apache DeltaSpike to version 2.0.0
c6b6bc158a is described below
commit c6b6bc158ade7b19f6e42bec883c70934855fe85
Author: jrxxjr <[email protected]>
AuthorDate: Sun Jun 30 20:35:17 2024 -0300
TOMEE-3965 - Update the Apache MyFaces to version 4.0.2, and update Apache
DeltaSpike to version 2.0.0
---
examples/bval-evaluation-redeployment/pom.xml | 4 ++--
examples/jsf-cdi-and-ejb/pom.xml | 5 +++--
examples/jsf-managedBean-and-ejb/pom.xml | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/examples/bval-evaluation-redeployment/pom.xml
b/examples/bval-evaluation-redeployment/pom.xml
index 7a13a05a60..ae092adb65 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -72,13 +72,13 @@
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-api</artifactId>
- <version>1.3.0</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.deltaspike.core</groupId>
<artifactId>deltaspike-core-impl</artifactId>
<scope>runtime</scope>
- <version>1.3.0</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
diff --git a/examples/jsf-cdi-and-ejb/pom.xml b/examples/jsf-cdi-and-ejb/pom.xml
index 8641e31807..9eaae421b0 100644
--- a/examples/jsf-cdi-and-ejb/pom.xml
+++ b/examples/jsf-cdi-and-ejb/pom.xml
@@ -27,6 +27,7 @@
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <version.myfaces>4.0.2</version.myfaces>
</properties>
<build>
<finalName>jsf-cdi-and-ejb</finalName>
@@ -75,13 +76,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
- <version>2.1.8</version>
+ <version>${version.myfaces}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
- <version>2.1.8</version>
+ <version>${version.myfaces}</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/examples/jsf-managedBean-and-ejb/pom.xml
b/examples/jsf-managedBean-and-ejb/pom.xml
index cbcc79e0d0..8320da7c42 100644
--- a/examples/jsf-managedBean-and-ejb/pom.xml
+++ b/examples/jsf-managedBean-and-ejb/pom.xml
@@ -27,7 +27,7 @@
<url>http://tomee.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <version.myfaces-api>3.0.1</version.myfaces-api>
+ <version.myfaces-api>4.0.2</version.myfaces-api>
</properties>
<build>
<finalName>jsf-managedBean-and-ejb</finalName>