From f2d091031304ded06b2457d998c029b76612db4a Mon Sep 17 00:00:00 2001 From: Rui Han Date: Wed, 27 Mar 2024 13:51:59 +0800 Subject: [PATCH] Change parent to commonjava (#20) --- pom.xml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 91e4c3a..ae3270f 100644 --- a/pom.xml +++ b/pom.xml @@ -21,10 +21,10 @@ org.commonjava - service-parent - 5-SNAPSHOT + commonjava + 19-SNAPSHOT - + org.commonjava.indy.service indy-security 1.2-SNAPSHOT @@ -42,7 +42,9 @@ https://github.com/Commonjava/indy-security false + 11 false + 3.6.9 @@ -55,6 +57,18 @@ + + + + io.quarkus.platform + quarkus-bom + ${quarkus.version} + pom + import + + + + io.quarkus @@ -109,6 +123,7 @@ io.quarkus.platform quarkus-maven-plugin + ${quarkus.version}