From 348f2055bfb000633bb80e89bcf62ea037a5af0b Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 15 Jan 2022 16:13:01 +0100 Subject: Add a Spring Boot example and integration code. Change-Id: Ia11dea607c74d9b4cc9a698e9ec92e930bd03f37 --- examples/quarkus/pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 examples/quarkus/pom.xml (limited to 'examples/quarkus/pom.xml') diff --git a/examples/quarkus/pom.xml b/examples/quarkus/pom.xml new file mode 100644 index 0000000..a26f782 --- /dev/null +++ b/examples/quarkus/pom.xml @@ -0,0 +1,44 @@ + + + + 4.0.0 + + + eu.mulk.quarkus-googlecloud-jsonlogging + quarkus-googlecloud-jsonlogging-parent + 3.1.4-SNAPSHOT + + + quarkus-googlecloud-jsonlogging-quarkus-example + Quarkus Google Cloud JSON Logging Extension - Quarkus Example + + + + io.quarkus + quarkus-resteasy + + + eu.mulk.quarkus-googlecloud-jsonlogging + quarkus-googlecloud-jsonlogging + ${project.version} + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + -- cgit v1.2.3