aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml
diff options
context:
space:
mode:
authoramshegokar <AS00500801@techmahindra.com>2018-03-15 19:29:52 +0530
committerTakamune Cho <tc012c@att.com>2018-03-15 14:44:31 +0000
commitf4c5c6b6080422ea836b11fd61c7d5998fc7ea6e (patch)
tree7070767d80d8d544f21a1db61548314e230c947c /appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml
parent5d97412d65771c5d7924b0e6f80670eb9c44715a (diff)
Unit Test Coverage
Unit test Coverage for: org/onap/appc/executor/objects classes Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-command-executor-api%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fexecutor%2Fobjects Change-Id: I692ed8e4fc6d3789fdcff24a4fc231320f5a23e3 Issue-ID: APPC-746 Signed-off-by: amshegokar <AS00500801@techmahindra.com>
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml')
-rw-r--r--appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml
index 2dc3fdbf3..099b7083f 100644
--- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml
+++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml
@@ -58,6 +58,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>