diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pom.xml b/core/pom.xml index 53fe709..20713c2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -30,8 +30,8 @@ SPDX-License-Identifier: LGPL-3.0-or-later <artifactId>smallrye-common-constraint</artifactId> </dependency> <dependency> - <groupId>jakarta.json</groupId> - <artifactId>jakarta.json-api</artifactId> + <groupId>org.eclipse.parsson</groupId> + <artifactId>parsson</artifactId> </dependency> </dependencies> |