Skip to content

Commit 55c5825

Browse files
committed
Minor changes to module defs of Jakarta-JSONP module
1 parent 029d69d commit 55c5825

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

jakarta-jsonp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
3838
<dependency>
3939
<groupId>org.eclipse.parsson</groupId>
4040
<artifactId>parsson</artifactId>
41-
<version>1.1.5</version>
41+
<version>1.1.7</version>
4242
<scope>test</scope>
4343
</dependency>
4444
</dependencies>

jakarta-jsonp/src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
requires tools.jackson.core;
55
requires transitive tools.jackson.databind;
66

7-
requires jakarta.json;
7+
// let's actually expose JSONP-specific types
8+
requires transitive jakarta.json;
89

910
exports tools.jackson.datatype.jsonp;
1011

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Major version: 3 (for earlier, see VERSION-2.x)
33
Modules:
44
jackson-datatype-joda-money
55
jackson-datatype-json-org
6-
jackson-datatype-jsr353
6+
jackson-datatype-jsr353 (may be deprecated for 3.x)
77
jackson-datatype-jakarta-jsonp (since 2.13 alt to -jsr353)
88
jackson-datatype-jakarta-mail (since 2.13)
99

0 commit comments

Comments
 (0)