Skip to content

Commit 82429dd

Browse files
pjfanningcowtowncoder
authored andcommitted
Update pom.xml
1 parent f7795e7 commit 82429dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jakarta-jsonp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
4343

4444
<!-- and for tests can use the CI -->
4545
<dependency>
46-
<groupId>org.glassfish</groupId>
47-
<artifactId>jakarta.json</artifactId>
48-
<version>2.1.1</version>
46+
<groupId>org.eclipse.parsson</groupId>
47+
<artifactId>parsson</artifactId>
48+
<version>1.1.1</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>

0 commit comments

Comments
 (0)