From f281bc9c683df4da7036518f8e192b70171bbd06 Mon Sep 17 00:00:00 2001 From: Romain Grecourt Date: Mon, 26 Oct 2020 11:21:56 -0700 Subject: [PATCH] Fix pom.xml of helidon-microprofile-tests-junit5 (#2485) Make io.helidon.microprofile.tests:helidon-microprofile-tests-junit5 inherit from io.helidon.microprofile:helidon-microprofile-project instead of io.helidon.microprofile.tests:tests-project. io.helidon.microprofile.tests:tests-project is not deployed to Maven and thus cannot be in the parent pom chain of any pom that needs to be deployed (otherwise effective pom resolution fails). --- microprofile/tests/junit5/pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/microprofile/tests/junit5/pom.xml b/microprofile/tests/junit5/pom.xml index 26265c3da..71ed19e6b 100644 --- a/microprofile/tests/junit5/pom.xml +++ b/microprofile/tests/junit5/pom.xml @@ -20,11 +20,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.helidon.microprofile.tests - tests-project + io.helidon.microprofile + helidon-microprofile-project 2.1.1-SNAPSHOT + ../../pom.xml + io.helidon.microprofile.tests helidon-microprofile-tests-junit5 Helidon Microprofile Tests JUnit5 @@ -32,14 +34,6 @@ Integration with Junit5 to support tests with CDI injection - - - false - false - false - false - - io.helidon.microprofile.cdi