Skip to content

Commit

Permalink
Fix jsonp tck version
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Jan 7, 2024
1 parent cb64797 commit 8d55204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-tests-pluggability</artifactId>
<version>${version.lib.jakarta.jsonp-api}</version>
<version>${version.lib.jsonp-tck}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion microprofile/tests/tck/tck-jsonp/tck-jsonp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-tck-tests</artifactId>
<version>${version.lib.jakarta.jsonp-api}</version>
<version>${version.lib.jsonp-tck}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<version.lib.groovy-all>2.4.14</version.lib.groovy-all>
<version.lib.microprofile-core-profile>10.0.2</version.lib.microprofile-core-profile>
<version.lib.sigtest>1.4</version.lib.sigtest>
<version.lib.jsonp-tck>2.1.1</version.lib.jsonp-tck>
<version.lib.microprofile-cdi-tck>4.0.12</version.lib.microprofile-cdi-tck>
<version.lib.microprofile-restful-tck>3.1.4</version.lib.microprofile-restful-tck>
<!-- Silence javadoc error org.jboss.logging.annotations.Message$Format not found -->
Expand Down

0 comments on commit 8d55204

Please sign in to comment.