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