summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
diff options
context:
space:
mode:
authorJoss Armstrong <joss.armstrong@ericsson.com>2019-01-17 08:08:00 +0000
committerTakamune Cho <takamune.cho@att.com>2019-01-17 21:57:23 +0000
commit01e7a30219bcb92f983d3f4eb9a061e108119257 (patch)
tree08d93dc8eb1f7a2232360f7604bb1ffd0e90670a /appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
parent696e33461539663bacea88245cb28463618d13e2 (diff)
Fix unit tests for appc-command-executor-core
Increase line coverage of package from 43% to 93% Issue-ID: APPC-1329 Change-Id: I0a4e2a0a85f6761becde4a74609358267530d92d Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml')
-rw-r--r--appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
index 92f12ab27..5ae88642d 100644
--- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
+++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml
@@ -86,6 +86,12 @@
<artifactId>domain-model-lib</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <version>1.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>