Fix the rule engine not reset the fault
[holmes/engine-management.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 89c3963..06c8aa4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,6 @@
                 <groupId>io.dropwizard</groupId>
                 <artifactId>dropwizard-core</artifactId>
                 <version>${dropwizard.version}</version>
-                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>io.dropwizard</groupId>
             <dependency>
                 <groupId>org.powermock</groupId>
                 <artifactId>powermock-module-junit4</artifactId>
-                <version>1.6.4</version>
+                <version>1.6.5</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>swagger-sdk</artifactId>
                 <version>1.1.0-SNAPSHOT</version>
             </dependency>
+
+            <dependency>
+                <groupId>org.apache.httpcomponents</groupId>
+                <artifactId>httpclient</artifactId>
+                <version>4.3.6</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>