We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7795e7 commit 82429ddCopy full SHA for 82429dd
jakarta-jsonp/pom.xml
@@ -43,9 +43,9 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
43
44
<!-- and for tests can use the CI -->
45
<dependency>
46
- <groupId>org.glassfish</groupId>
47
- <artifactId>jakarta.json</artifactId>
48
- <version>2.1.1</version>
+ <groupId>org.eclipse.parsson</groupId>
+ <artifactId>parsson</artifactId>
+ <version>1.1.1</version>
49
<scope>test</scope>
50
</dependency>
51
</dependencies>
0 commit comments