From: adheli.tavares Date: Thu, 20 Jun 2024 09:29:15 +0000 (+0100) Subject: Fix rules-test missing junit-jupiter at compile scope. X-Git-Tag: 3.0.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=37afe7d2db07421941aee9e5d4d20f1b464dbe75;p=policy%2Fdrools-applications.git Fix rules-test missing junit-jupiter at compile scope. Issue-ID: POLICY-5054 Change-Id: Idaa4f86d3757f00d962c83c198c2c78b0d2cd69c Signed-off-by: adheli.tavares --- diff --git a/controlloop/common/rules-test/pom.xml b/controlloop/common/rules-test/pom.xml index b0e67fb13..8769531c6 100644 --- a/controlloop/common/rules-test/pom.xml +++ b/controlloop/common/rules-test/pom.xml @@ -3,7 +3,7 @@ ONAP ================================================================================ Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2023 Nordix Foundation. + Modifications Copyright (C) 2023-2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -110,5 +110,10 @@ ${version.policy.common} test + + org.junit.jupiter + junit-jupiter-api + provided + diff --git a/pom.xml b/pom.xml index 4716fb72d..145873275 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,11 @@ logback-classic provided + + org.junit.jupiter + junit-jupiter-api + test + org.junit.jupiter junit-jupiter-engine