This is an automated email from the ASF dual-hosted git repository.
cesarhernandezgt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new af2f1df889 TOMEE-3930 fixs for arquillian-tomee-moviefun-example
new b05f98265d Merge pull request #872 from cesarhernandezgt/TOMEE-3930
af2f1df889 is described below
commit af2f1df8898248fbd5eff4e767c693191c33d829
Author: Cesar Hernandez <[email protected]>
AuthorDate: Tue Apr 26 16:32:25 2022 -0600
TOMEE-3930 fixs for arquillian-tomee-moviefun-example
---
.../arquillian-tomee-moviefun-example/pom.xml | 26 +++++++++++-----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/arquillian/arquillian-tomee-moviefun-example/pom.xml
b/arquillian/arquillian-tomee-moviefun-example/pom.xml
index ed4d7e48e6..172e91afa4 100644
--- a/arquillian/arquillian-tomee-moviefun-example/pom.xml
+++ b/arquillian/arquillian-tomee-moviefun-example/pom.xml
@@ -69,9 +69,9 @@
<version>${commons-logging.version}</version>
</artifactItem>
<artifactItem>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.1.2</version>
+ <groupId>jakarta.servlet.jsp.jstl</groupId>
+ <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
+ <version>2.0.0</version>
</artifactItem>
<artifactItem>
<groupId>log4j</groupId>
@@ -81,12 +81,12 @@
<artifactItem>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
- <version>2.1.8</version>
+ <version>3.0.1</version>
</artifactItem>
<artifactItem>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
+ <groupId>org.apache.tomee</groupId>
+ <artifactId>taglibs-shade</artifactId>
+ <version>9.0.0-M8-SNAPSHOT</version>
</artifactItem>
</artifactItems>
<outputDirectory>
@@ -114,14 +114,14 @@
<version>${myfaces.version}</version>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
+ <groupId>jakarta.servlet.jsp.jstl</groupId>
+ <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
+ <version>2.0.0</version>
</dependency>
<dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
+ <groupId>org.apache.tomee</groupId>
+ <artifactId>taglibs-shade</artifactId>
+ <version>9.0.0-M8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>