aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/rules-test/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-06-20 10:29:15 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-06-20 10:35:21 +0100
commit37afe7d2db07421941aee9e5d4d20f1b464dbe75 (patch)
tree8e1d547a224029301410e4dc1f0268ced4f79bf6 /controlloop/common/rules-test/pom.xml
parentbe3b2ede3516ab91c5f97a82dd0e24644cb0e6b0 (diff)
Fix rules-test missing junit-jupiter at compile scope.
Issue-ID: POLICY-5054 Change-Id: Idaa4f86d3757f00d962c83c198c2c78b0d2cd69c Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'controlloop/common/rules-test/pom.xml')
-rw-r--r--controlloop/common/rules-test/pom.xml7
1 files changed, 6 insertions, 1 deletions
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>${version.policy.common}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>