This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 1d5942f0 EMPIREDB-456: JSF Dependency update to myfaces 2.3.11
1d5942f0 is described below
commit 1d5942f022502510f28fae79d292622141a5d438
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Mar 18 17:12:00 2025 +0100
EMPIREDB-456:
JSF Dependency update to myfaces 2.3.11
---
empire-db-examples/empire-db-example-jakarta-faces/pom.xml | 5 -----
empire-db-examples/empire-db-example-jsf2/pom.xml | 7 +------
empire-db-jakarta-faces/pom.xml | 6 ------
empire-db-jsf2/pom.xml | 2 +-
4 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
b/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
index 3acb0386..182c9316 100644
--- a/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
+++ b/empire-db-examples/empire-db-example-jakarta-faces/pom.xml
@@ -64,11 +64,6 @@
-->
<!-- Apache MyFaces -->
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>3.0.2</version>
- </dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
diff --git a/empire-db-examples/empire-db-example-jsf2/pom.xml
b/empire-db-examples/empire-db-example-jsf2/pom.xml
index f51b10c0..e6051682 100644
--- a/empire-db-examples/empire-db-example-jsf2/pom.xml
+++ b/empire-db-examples/empire-db-example-jsf2/pom.xml
@@ -62,15 +62,10 @@
-->
<!-- Apache MyFaces -->
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>2.3.10</version>
- </dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
- <version>2.3.10</version>
+ <version>2.3.11</version>
</dependency>
<!-- EL -->
diff --git a/empire-db-jakarta-faces/pom.xml b/empire-db-jakarta-faces/pom.xml
index 488f6fcb..e76f3fca 100644
--- a/empire-db-jakarta-faces/pom.xml
+++ b/empire-db-jakarta-faces/pom.xml
@@ -55,12 +55,6 @@
<scope>provided</scope>
</dependency>
<!-- MyFaces -->
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>3.0.2</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
diff --git a/empire-db-jsf2/pom.xml b/empire-db-jsf2/pom.xml
index 771eda1f..343738a7 100644
--- a/empire-db-jsf2/pom.xml
+++ b/empire-db-jsf2/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
- <version>2.3.10</version>
+ <version>2.3.11</version>
<scope>provided</scope>
</dependency>
<!-- EL -->