diff --git a/bom/deployment/pom.xml b/bom/deployment/pom.xml index ea37162bba97f1..8057e4e8fe0a3e 100644 --- a/bom/deployment/pom.xml +++ b/bom/deployment/pom.xml @@ -39,7 +39,16 @@ - + + io.quarkus + quarkus-bootstrap-app-model + ${project.version} + + + io.quarkus + quarkus-bootstrap-maven-resolver + ${project.version} + io.quarkus quarkus-bootstrap-core diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index a393a932f14e2b..6a2c968baaafb2 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -129,6 +129,7 @@ org.ow2.asm:asm org.ow2.asm:asm-commons org.apache.maven:maven-model + org.codehaus.plexus:plexus-utils com.fasterxml.jackson diff --git a/integration-tests/kotlin/pom.xml b/integration-tests/kotlin/pom.xml index 2355a6fdcef952..3d47d34d81d687 100644 --- a/integration-tests/kotlin/pom.xml +++ b/integration-tests/kotlin/pom.xml @@ -39,6 +39,22 @@ ${kotlin.version} test + + org.apache.maven + maven-model + test + + + com.google.guava + guava + test + + + org.checkerframework + checker-qual + + + diff --git a/integration-tests/scala/pom.xml b/integration-tests/scala/pom.xml index 44964190529030..0c4e694c383fac 100644 --- a/integration-tests/scala/pom.xml +++ b/integration-tests/scala/pom.xml @@ -29,6 +29,22 @@ quarkus-test-maven test + + org.apache.maven + maven-model + test + + + com.google.guava + guava + test + + + org.checkerframework + checker-qual + + +