Skip to content

Commit

Permalink
Update pom for REST TCK to latest EE 10 version
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Sep 15, 2022
1 parent 5fe9910 commit 6978d46
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 263 deletions.
7 changes: 7 additions & 0 deletions appserver/featuresets/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,12 @@
<artifactId>jdbc-core</artifactId>
<version>${project.version}</version>
</dependency>


<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta-restful-ws-tck</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 6978d46

Please sign in to comment.