Fix unit tests for appc-command-executor-core
[appc.git] / appc-dispatcher / appc-command-executor / appc-command-executor-core / pom.xml
index 92f12ab..5ae8864 100644 (file)
             <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>