diff options
author | siddik.acil <siddik.acil@egym.com> | 2023-03-24 09:54:22 +0100 |
---|---|---|
committer | siddik.acil <siddik.acil@egym.com> | 2023-03-24 09:54:22 +0100 |
commit | ca9b92912a0090af5e3c24ab922ffdc0849869e5 (patch) | |
tree | 992bad67eb37b32c9f1305b9918ec8d58e06fa27 /core/pom.xml | |
parent | 21805f62218f2a48cac18fcda4712893b14d3c79 (diff) |
Eclipse Parsson
Diffstat (limited to 'core/pom.xml')
-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> |