Skip to content

Commit 8e29b12

Browse files
committed
fix: schema module depends on 'java.util.json' artifactId (was 'json-java21')
1 parent eb0ac5b commit 8e29b12

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
@@ -24,7 +24,7 @@
2424
<dependencies>
2525
<dependency>
2626
<groupId>io.github.simbo1905.json</groupId>
27-
<artifactId>json-java21</artifactId>
27+
<artifactId>java.util.json</artifactId>
2828
<version>${project.version}</version>
2929
</dependency>
3030

0 commit comments

Comments
 (0)