Skip to content

Commit

Permalink
Address signature test build error
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Marlow <[email protected]>
  • Loading branch information
scottmarlow committed Feb 5, 2025
1 parent 4b6fd74 commit 5386510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@
<module>tcks/profiles/platform/samples</module>
<module>tcks/profiles/platform/signaturevalidation</module>
<module>tcks/profiles/platform/xa</module>
<module>tools/signaturetest</module>
<!--module>tools</module-->
<module>user_guides</module>
<module>webartifacts/jsf</module>
<module>webartifacts/jsp</module>
<module>webartifacts/jstl</module>
<module>webartifacts/servlet</module>
<module>install/signaturefiles/generate</module>
<module>tcks/profiles/platform/signaturevalidation/generate</module>
</modules>

<properties>
Expand Down Expand Up @@ -287,7 +288,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>signaturetest</artifactId>
<version>${jakarta.tck.tools.version}</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 0 additions & 2 deletions tcks/profiles/platform/signaturevalidation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<properties>
<arquillian.jakarta.tck.version>11.0.0-SNAPSHOT</arquillian.jakarta.tck.version>
<arquillian.junit>1.9.3.Final</arquillian.junit>
<jakarta.ee.version>11.0.0-SNAPSHOT</jakarta.ee.version>
<jakarta.tck.sigtest.version>2.4</jakarta.tck.sigtest.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<maven.compiler.release>17</maven.compiler.release>
Expand All @@ -48,7 +47,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common</artifactId>
<version>${jakarta.ee.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}.arquillian</groupId>
Expand Down

0 comments on commit 5386510

Please sign in to comment.