From f1c22f79d6f602772b04839b780410fa988a0c02 Mon Sep 17 00:00:00 2001 From: Daniel Arroyo Date: Tue, 18 Aug 2026 10:22:11 -0400 Subject: [PATCH] fix(ci): add explicit Quarkus Maven repository to pom.xml The CI runner fails to resolve quarkus-qute dependency. Adding explicit repository configuration ensures Maven can download from Sonatype releases repo if not available in default repo. --- pom.xml | 92 +++++++++++++++------------------------------------------ 1 file changed, 24 insertions(+), 68 deletions(-) diff --git a/pom.xml b/pom.xml index 008811f..8a7d1df 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,28 @@ 3.13.0 3.5.0 3.5.0 - - 1.15.0 - v22.11.0 - 10.9.0 + + + quarkus + https://s01.oss.sonatype.org/content/repositories/releases/ + + true + + + false + + + + + + + quarkus-plugins + https://s01.oss.sonatype.org/content/repositories/releases/ + + + @@ -80,6 +96,10 @@ io.quarkus quarkus-elytron-security-common + + io.quarkus + quarkus-qute + @@ -100,70 +120,6 @@ - - com.github.eirslett - frontend-maven-plugin - ${frontend-maven-plugin.version} - - ${node.version} - ${npm.version} - src/frontend - target - - - - install-frontend-tools - initialize - - install-node-and-npm - - - - npm-install - generate-resources - - npm - - - ci - - - - npm-build - generate-resources - - npm - - - run build - - - - - - - maven-resources-plugin - 3.3.1 - - - copy-frontend-dist - process-resources - - copy-resources - - - ${project.build.directory}/classes/META-INF/resources/ - - - src/frontend/dist - false - - - - - - - maven-compiler-plugin ${compiler-plugin.version}