diff options
-rw-r--r-- | holmes-actions/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index a44a27f..d72348e 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -124,6 +124,10 @@ <artifactId>jersey-common</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>
@@ -172,6 +172,11 @@ <artifactId>activemq-pool</artifactId>
<version>5.8.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>
|