Skip to content

Commit

Permalink
Pages TCK compliance with pages 4.0 and EL 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Jan 17, 2024
1 parent 7f193f3 commit 7e0e6bc
Show file tree
Hide file tree
Showing 28 changed files with 46 additions and 1,790 deletions.
11 changes: 7 additions & 4 deletions jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<properties>
<arquillian.junit>1.7.0.Alpha14</arquillian.junit>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependencies>
Expand All @@ -55,6 +53,7 @@
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
<version>4.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand All @@ -71,6 +70,7 @@
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>6.0.0-M1</version>
</dependency>
<dependency>
<groupId>jakarta.mail</groupId>
Expand Down Expand Up @@ -103,7 +103,10 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.10.1</version>
<configuration>
<release>17</release>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -112,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<configuration>
<resources>
<resource>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7e0e6bc

Please sign in to comment.