Unit test for alto-manager.
[alto.git] / alto-manager / pom.xml
index 392944d91b386c675d98353ad00d9ebb6cd8174b..cd8f99430d6636e422244420a5482c6e1004fc05 100644 (file)
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore-osgi</artifactId>
     </dependency>
+    <!-- Testing Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>