Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and cowtowncoder committed Apr 9, 2023
1 parent f7795e7 commit 82429dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jakarta-jsonp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b

<!-- and for tests can use the CI -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.1.1</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 82429dd

Please sign in to comment.