Make generic router core implementations
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1cc8a5a..ddf47f8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,12 @@ limitations under the License.
          <version>2.20.1</version>
          <scope>test</scope>
       </dependency>
+    <dependency>
+       <groupId>org.mockito</groupId>
+       <artifactId>mockito-all</artifactId>
+       <version>1.10.19</version>
+       <scope>test</scope>
+    </dependency>
    </dependencies>
    <build>
       <defaultGoal>install</defaultGoal>