Merge "Adding Junit"
[so.git] / asdc-controller / pom.xml
index 75896d2..ff21372 100644 (file)
        </build>
 
        <dependencies>
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-all</artifactId>
-                       <version>1.10.19</version>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>org.jmockit</groupId>
                        <artifactId>jmockit</artifactId>
@@ -81,7 +75,6 @@
                <dependency>
                                <groupId>org.apache.httpcomponents</groupId>
                                <artifactId>httpclient</artifactId>
-                               <version>4.4.1</version>
                                <scope>compile</scope>
                                <exclusions>
                                        <exclusion>