Skip to content

Commit

Permalink
More spotless and updating client libs
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <[email protected]>
  • Loading branch information
arjantijms committed Jun 27, 2024
1 parent 4e1300a commit bcbf28b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions glassfish-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
<properties>
<glassfish-artifact-id>glassfish</glassfish-artifact-id>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<jsonb.tck.version>3.0.0</jsonb.tck.version>
<json.tck.version>2.1.0</json.tck.version>
<jakarta.rest.version>3.1.0</jakarta.rest.version>
<tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>

<glassfish.container.version>7.0.0</glassfish.container.version>
<glassfish.toplevel.dir>glassfish7</glassfish.toplevel.dir>
<jakarta.rest.version>3.1.0</jakarta.rest.version>
<jakarta.rest.version>3.1.0</jakarta.rest.version>
<json.tck.version>2.1.0</json.tck.version>
<json.tck.version>2.1.0</json.tck.version>

<jsonb.tck.version>3.0.0</jsonb.tck.version>

<jsonb.tck.version>3.0.0</jsonb.tck.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
<tck.artifactId>jakarta-restful-ws-tck</tck.artifactId>
</properties>

Expand Down
5 changes: 2 additions & 3 deletions glassfish-runner/rest-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ mvn clean install -Dgroups=security
<!-- Client libs for doing HTTP requests, specifically done via the REST Client -->
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
<artifactId>glassfish-client-ee10</artifactId>
<version>1.6</version>
<scope>test</scope>
<artifactId>glassfish-client-ee11</artifactId>
<version>1.6.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bcbf28b

Please sign in to comment.