diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-01-15 10:39:30 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-01-15 10:39:30 +0100 |
commit | 20210245e619658c2459c77223d9abe3c643a882 (patch) | |
tree | 7b5dbdab7bdd5fb3422afbbe616feee6084127c9 /runtime/pom.xml | |
parent | 85d5b06d724b36232349e1b2cefe100f2f9ac598 (diff) |
Split off -core module.
Change-Id: I64d3c195db94e92da44c7e4971f5e85991ac30c8
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index 01c2c2c..beb4bcc 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -15,6 +15,12 @@ <dependencies> <dependency> + <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> + <artifactId>quarkus-googlecloud-jsonlogging-core</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-arc</artifactId> </dependency> @@ -63,11 +69,10 @@ <plugin> <artifactId>maven-jar-plugin</artifactId> - <version>${jar-plugin.version}</version> <configuration> <archive> <manifestEntries> - <Automatic-Module-Name>eu.mulk.quarkus.googlecloud.jsonlogging</Automatic-Module-Name> + <Automatic-Module-Name>eu.mulk.quarkus.googlecloud.jsonlogging.runtime</Automatic-Module-Name> </manifestEntries> </archive> </configuration> |