diff options
author | O'Connor, Lina (lo8949) <lo8949@us.att.com> | 2020-03-11 13:36:42 -0600 |
---|---|---|
committer | O'Connor, Lina (lo8949) <lo8949@us.att.com> | 2020-03-11 13:39:55 -0600 |
commit | e062d90200373473b21b42b8b5f0d8ae18155494 (patch) | |
tree | 1b7cee491f06c44c9d91420c40e271b99403c0cb /aai-els-onap-logging/pom.xml | |
parent | ed992e01c17d5677dfa0e1d0a76a7f9bc12c2a90 (diff) |
Increase code coverage on aai-common: aai-els-onap-logging library
Added Junits
Issue-ID: AAI-2832
Change-Id: I68e11f67b4c16660707bc12de3c14df15145b2b7
Signed-off-by: O'Connor, Lina (lo8949) <lo8949@us.att.com>
Diffstat (limited to 'aai-els-onap-logging/pom.xml')
-rw-r--r-- | aai-els-onap-logging/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml index d91ac3b5..22c98062 100644 --- a/aai-els-onap-logging/pom.xml +++ b/aai-els-onap-logging/pom.xml @@ -98,6 +98,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>3.3.0</version> <scope>test</scope> </dependency> <dependency> @@ -126,5 +127,22 @@ <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>6.8.5</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> </project> |