Skip to content

Commit

Permalink
Manual merge of #34 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 9, 2023
1 parent 99d0e4b commit fe61b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jakarta-jsonp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.0.0</version>
<version>2.1.1</version>
</dependency>

<!-- and for tests can use the CI -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.0</version>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fe61b15

Please sign in to comment.