Add junit coverage to RequestInfoBuilder class
[appc.git] / appc-event-listener / appc-event-listener-bundle / pom.xml
index f6a4726..2cbcf2b 100644 (file)
@@ -78,7 +78,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-                       <version>4.5.1</version>
+                       <version>4.5.3</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-core</artifactId>
+               </dependency>
        </dependencies>