From 68b98589cb56f1c3abf216ca899e5bca5124b1bc Mon Sep 17 00:00:00 2001 From: Carsten Rehfeld Date: Thu, 14 May 2026 15:51:46 +0200 Subject: [PATCH] fix(build): commit missing pom.xml changes needed for compilation - apix-common/pom.xml: add microprofile-openapi-api (provided) so @Schema annotations on shared enums compile without Quarkus on classpath - apix-registry/pom.xml: pending fixes from previous session - pom.xml (root): pending parent pom updates Co-Authored-By: Mira --- apix-common/pom.xml | 6 ++++++ apix-registry/pom.xml | 10 ++++++++++ pom.xml | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/apix-common/pom.xml b/apix-common/pom.xml index 933c568..74acebc 100644 --- a/apix-common/pom.xml +++ b/apix-common/pom.xml @@ -48,6 +48,12 @@ com.fasterxml.jackson.core jackson-annotations + + + org.eclipse.microprofile.openapi + microprofile-openapi-api + provided + org.junit.jupiter junit-jupiter diff --git a/apix-registry/pom.xml b/apix-registry/pom.xml index 86a142e..d853cd8 100644 --- a/apix-registry/pom.xml +++ b/apix-registry/pom.xml @@ -49,6 +49,12 @@ quarkus-liquibase + + + io.quarkus + quarkus-cache + + io.quarkus @@ -74,6 +80,10 @@ io.quarkus quarkus-smallrye-health + + io.quarkus + quarkus-smallrye-openapi + diff --git a/pom.xml b/pom.xml index 014db1e..0594fd6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ apix-registry apix-spider apix-portal + apix-demo @@ -113,6 +114,21 @@ quarkus-maven-plugin ${quarkus.platform.version} + + org.apache.maven.plugins + maven-failsafe-plugin + ${surefire-plugin.version} + + + org.jboss.logmanager.LogManager + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.6.0 + org.liquibase