summaryrefslogtreecommitdiff
path: root/runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r--runtime/pom.xml9
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>