diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-11 06:50:45 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-11 21:49:26 +0200 |
commit | b8fbc37809dac5102292e6aa83668e149ed27102 (patch) | |
tree | 3b71b8a50d745760ec8da2970a22aadde8df0cd6 /runtime/pom.xml | |
parent | 4bae5f13fb592f78d5ce714641120a1473700f9a (diff) |
Restructure, rename, modularize.
Change-Id: I4aa6cfb486fe002cf65405ec9c2876e3114aaf46
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index e8254f9..8b6616b 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>eu.mulk.quarkus-observability</groupId> + <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> @@ -19,7 +19,7 @@ </dependency> <dependency> <groupId>io.quarkus</groupId> - <artifactId>quarkus-jsonb</artifactId> + <artifactId>quarkus-jsonp</artifactId> </dependency> </dependencies> |