diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-07-08 11:29:54 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-07-08 10:08:23 +0000 |
commit | 68945ddb6e7c376ffb5696dddffbb99b33e6dbcc (patch) | |
tree | 41db35a02018804d61c4b296af1bffff4df5d90d /openecomp-be/lib/openecomp-sdc-vendor-software-product-lib | |
parent | f2c47232959536b878b1db64a8a5ffb63a1d7f1f (diff) |
Specified test scope for junit/testng/mockito
In some modules junit, testng, and mockito where included
with default scope. Also, fixed the versions to reference
a property from a parent pom.
Change-Id: I2477bc631a7593c7176087c9088d2c9f2c2a34ee
Issue-ID: SDC-1065
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-vendor-software-product-lib')
-rw-r--r-- | openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml index 8511b6e71e..4beda3bcbc 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> |