diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-08-13 15:42:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-13 15:42:56 +0000 |
commit | bdaa09760dce19b458a3928ae3e39a7f44d7df7f (patch) | |
tree | 2c349ad68b95e906a4ea739b8a5a023a3d61b8e6 /client/client-full/pom.xml | |
parent | ea3c2dc42d49b4bba17644b78413c0e96196f9e6 (diff) | |
parent | c678c3a22f7761928f4be8e4f82f2f3c7ea417db (diff) |
Merge "add JUnit test in client deployment and client full"
Diffstat (limited to 'client/client-full/pom.xml')
-rw-r--r-- | client/client-full/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 5dd505b9a..c4591af85 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -77,7 +77,12 @@ <type>zip</type> <scope>provided</scope> </dependency> - + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.13.2</version> + <scope>test</scope> + </dependency> |