Skip to content

Commit

Permalink
update pom with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Mar 29, 2024
1 parent 108204d commit 3c317e9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions jaxrs-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@
</parent>

<properties>
<json.api.version>2.0.1</json.api.version>
<json.bind.api.version>2.0.0</json.bind.api.version>
<json.api.version>2.1.3</json.api.version>
<json.bind.api.version>3.0.0</json.bind.api.version>
<xml.bind.api.version>4.0.0</xml.bind.api.version>
<servlet.api.version>6.0.0</servlet.api.version>
<servlet.api.version>6.1.0-M2</servlet.api.version>
<common.httpclient.version>3.1</common.httpclient.version>
<arquillian.version>1.8.0.Final</arquillian.version>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<annotation-api.version>3.0.0-M1</annotation-api.version>
<activation-api.version>2.1.3</activation-api.version>
</properties>

<dependencies>
Expand All @@ -65,6 +68,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.jupiter.version}</version>
</dependency>

<dependency>
Expand All @@ -87,6 +91,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>${annotation-api.version}</version>
</dependency>

<dependency>
Expand All @@ -98,6 +103,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>${activation-api.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3c317e9

Please sign in to comment.