summaryrefslogtreecommitdiffstats
path: root/ueb-listener/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-03 04:04:30 -0400
committerDan Timoney <dtimoney@att.com>2017-10-03 04:04:30 -0400
commit119808a2ded9ea8c4dd9d1eef96f39ab2e001ff7 (patch)
tree9b4cba39211ce2d0ce340ac47ef8ca8c37106b1d /ueb-listener/pom.xml
parent1ed66a39f23e8db43adf065a349ab7940292dd2a (diff)
Add unit test for ueb-listener
Add unit test case for ueb-listener. Change-Id: Ia61f8e5bc0e817aa0f4a042d8e05b02ec9e2013b Issue-ID: CCSDK-106 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ueb-listener/pom.xml')
-rwxr-xr-xueb-listener/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index 84e40769..c00395d6 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -63,6 +63,18 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>6.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>${mockito.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>dblib-provider</artifactId>