Skip to content

Commit

Permalink
Update the signature test
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed May 16, 2024
1 parent 449d96f commit 345eccf
Show file tree
Hide file tree
Showing 6 changed files with 7,122 additions and 15 deletions.
16 changes: 6 additions & 10 deletions tck/faces-signaturegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!--
For now the sigtest plugin has to be locally compiled from
https://github.com/eclipse-ee4j/jakartaee-tck-tools/tree/master/tools/sigtest
-->
<sigtest.plugin.version>2.1</sigtest.plugin.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<faces.api.version>4.1.0-M1</faces.api.version>
<enterprise.cdi.api.version>4.1.0-M1</enterprise.cdi.api.version>
<el.api.version>6.0.0-M2</el.api.version>
<websocket.api.version>2.2.0-M1</websocket.api.version>
<servlet.api.version>6.1.0-M1</servlet.api.version>
<faces.api.version>4.1.0</faces.api.version>
<enterprise.cdi.api.version>4.1.0</enterprise.cdi.api.version>
<el.api.version>6.0.0</el.api.version>
<websocket.api.version>2.2.0</websocket.api.version>
<servlet.api.version>6.1.0</servlet.api.version>
<inject.api.version>2.0.1.MR</inject.api.version>
<validation.api.version>3.1.0-M1</validation.api.version>
<validation.api.version>3.1.0</validation.api.version>
</properties>

<repositories>
Expand Down
6 changes: 3 additions & 3 deletions tck/faces-signaturetest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<sigtest.plugin.version>2.1</sigtest.plugin.version>
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<faces.api.version>4.1.0-M1</faces.api.version>
<faces.api.version>4.1.0</faces.api.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -69,7 +69,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.6.3</version>
<version>3.8.6</version>
</requireMavenVersion>
<requireJavaVersion>
<version>17</version>
Expand All @@ -89,7 +89,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<id>copy-api-jar-to-test</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy</goal>
Expand Down
Loading

0 comments on commit 345eccf

Please sign in to comment.