Skip to content

Commit fb7cbfe

Browse files
committed
fix: schema module depends on 'java.util.json' (was 'json-java21')
1 parent f65ef9a commit fb7cbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-java21-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependencies>
3232
<dependency>
3333
<groupId>io.github.simbo1905.json</groupId>
34-
<artifactId>json-java21</artifactId>
34+
<artifactId>java.util.json</artifactId>
3535
<version>${project.version}</version>
3636
</dependency>
3737

0 commit comments

Comments
 (0)