From 6f02e9d265a47947d073b239ed6b39d5ffab01bd Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 26 Jun 2019 16:43:23 +0200 Subject: [PATCH] Exclude the SISU dependency from our quarkus-junit artifact It is a CDI implementation and we really don't want it when running our tests. It also can generate unwanted files in the case of the Kogito extension (see #2879 and #2889). --- .gitignore | 3 --- test-framework/junit5/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab4592ec15526..5369a0072b746 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,3 @@ docker/distroless/bazel-* /.apt_generated_tests/ quarkus.log replay_*.log - -# Temporary -integration-tests/kogito/javax.inject.Named diff --git a/test-framework/junit5/pom.xml b/test-framework/junit5/pom.xml index 554d134a3d365..dd922c1d001f9 100644 --- a/test-framework/junit5/pom.xml +++ b/test-framework/junit5/pom.xml @@ -18,6 +18,12 @@ io.quarkus quarkus-bootstrap-core + + + org.eclipse.sisu + org.eclipse.sisu.inject + + io.quarkus