From 9e206010ec298f694856994f286859e580925c75 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 13 Oct 2020 18:14:54 +0200 Subject: [PATCH] Fix Bootstrap dependencies I removed it from the BOM and this causes not so obvious failures causing timeouts... --- .../maven/src/test/resources/projects/classic-no-build/pom.xml | 1 + .../src/test/resources/projects/classic-no-java-src/pom.xml | 1 + .../maven/src/test/resources/projects/classic-noconfig/pom.xml | 1 + .../maven/src/test/resources/projects/classic-remote-dev/pom.xml | 1 + .../maven/src/test/resources/projects/classic/pom.xml | 1 + 5 files changed, 5 insertions(+) diff --git a/integration-tests/maven/src/test/resources/projects/classic-no-build/pom.xml b/integration-tests/maven/src/test/resources/projects/classic-no-build/pom.xml index 6976386173638..385d895415f20 100644 --- a/integration-tests/maven/src/test/resources/projects/classic-no-build/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/classic-no-build/pom.xml @@ -39,6 +39,7 @@ org.webjars bootstrap + 3.1.0 io.quarkus diff --git a/integration-tests/maven/src/test/resources/projects/classic-no-java-src/pom.xml b/integration-tests/maven/src/test/resources/projects/classic-no-java-src/pom.xml index 343f781e04deb..6ca27ebc62a36 100644 --- a/integration-tests/maven/src/test/resources/projects/classic-no-java-src/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/classic-no-java-src/pom.xml @@ -38,6 +38,7 @@ org.webjars bootstrap + 3.1.0 io.quarkus diff --git a/integration-tests/maven/src/test/resources/projects/classic-noconfig/pom.xml b/integration-tests/maven/src/test/resources/projects/classic-noconfig/pom.xml index 257c44679f716..77cb1ab7b867b 100644 --- a/integration-tests/maven/src/test/resources/projects/classic-noconfig/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/classic-noconfig/pom.xml @@ -43,6 +43,7 @@ org.webjars bootstrap + 3.1.0 io.quarkus diff --git a/integration-tests/maven/src/test/resources/projects/classic-remote-dev/pom.xml b/integration-tests/maven/src/test/resources/projects/classic-remote-dev/pom.xml index 849727dde1d96..1dbd9d259c581 100644 --- a/integration-tests/maven/src/test/resources/projects/classic-remote-dev/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/classic-remote-dev/pom.xml @@ -39,6 +39,7 @@ org.webjars bootstrap + 3.1.0 commons-io diff --git a/integration-tests/maven/src/test/resources/projects/classic/pom.xml b/integration-tests/maven/src/test/resources/projects/classic/pom.xml index e9b195bd65d45..1840d9bd5fbf3 100644 --- a/integration-tests/maven/src/test/resources/projects/classic/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/classic/pom.xml @@ -39,6 +39,7 @@ org.webjars bootstrap + 3.1.0 commons-io