diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2019-04-17 07:56:27 +0200 |
---|---|---|
committer | Zebek Bogumil <bogumil.zebek@nokia.com> | 2019-04-18 10:29:04 +0200 |
commit | 089d8c3fb0a277351a55371dff8c2b27bd3f4ed5 (patch) | |
tree | 4b5be25b0a4bd80ac6c413e481413fc2c55ea210 /csarvalidation/pom.xml | |
parent | 96fcbb323829e81abf746efc5f62763f277786b6 (diff) |
Security TC op2
Change-Id: I247c1223b5731c8dbea1480ca88db1cff78cb633
Issue-ID: VNFSDK-342
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'csarvalidation/pom.xml')
-rw-r--r-- | csarvalidation/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index e42f818..4a555de 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -85,7 +85,11 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.9</version> </dependency> <dependency> @@ -142,6 +146,13 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>2.27.0</version> + <scope>test</scope> + </dependency> + </dependencies> <profiles> |