From 238c8ef13dc2d758f1a445bb5bc00a42b0b02c5a Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Fri, 10 Dec 2021 12:12:19 -0300 Subject: [PATCH] [#9075] - Remove any unnecessary dependency from distribution --- quarkus/pom.xml | 101 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 6c066ece2ba8..f5675b06e4b1 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -166,5 +166,104 @@ https://repository.jboss.org/nexus/content/groups/public/ - + + + + + distribution + + + + io.quarkus + quarkus-core-deployment + ${quarkus.version} + + + org.junit.jupiter + * + + + org.junit.platform + * + + + + + io.quarkus + quarkus-bootstrap-core + ${quarkus.version} + + + org.apache.maven + * + + + org.apache.maven.resolver + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${quarkus.version} + + + org.testcontainers + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${quarkus.version} + + + org.testcontainers + * + + + + + io.quarkus + quarkus-jdbc-oracle-deployment + ${quarkus.version} + + + org.testcontainers + * + + + + + io.quarkus + quarkus-jdbc-mysql-deployment + ${quarkus.version} + + + org.testcontainers + * + + + + + io.quarkus + quarkus-jdbc-mssql-deployment + ${quarkus.version} + + + org.testcontainers + * + + + + + + +