diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-05-06 23:57:53 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-05-07 08:25:31 +0000 |
commit | a1bd235fffc7c0685800b6f3d8289d143baa87d6 (patch) | |
tree | a0d7d93500b2945069ee51ab0a5f18f6d75fcf6f /common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | |
parent | cea494370afa9feb589d1f813850fbdabc1df578 (diff) |
Reduce scope from 'compile' to 'test' for 'junit-vintage-engine'
Change-Id: I39b0be6ba6650c9a7215acf359f3d74e0a24e553
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-2844
Issue-ID: SDC-2983
Diffstat (limited to 'common/onap-common-configuration-management/onap-configuration-management-core/pom.xml')
-rwxr-xr-x | common/onap-common-configuration-management/onap-configuration-management-core/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 22e858149a..eed797829e 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -42,6 +42,7 @@ <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${junitJupiter.version}</version> + <scope>test</scope> </dependency> <dependency> |