diff options
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.xml | 6 |
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> |