You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/08/22 09:06:38 UTC

svn commit: r1619687 - /incubator/sirona/trunk/agent/store/cube/pom.xml

Author: olamy
Date: Fri Aug 22 07:06:37 2014
New Revision: 1619687

URL: http://svn.apache.org/r1619687
Log:
upgrade some deps

Modified:
    incubator/sirona/trunk/agent/store/cube/pom.xml

Modified: incubator/sirona/trunk/agent/store/cube/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/store/cube/pom.xml?rev=1619687&r1=1619686&r2=1619687&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/store/cube/pom.xml (original)
+++ incubator/sirona/trunk/agent/store/cube/pom.xml Fri Aug 22 07:06:37 2014
@@ -44,8 +44,15 @@
 
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.3.2</version>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.3.3</version>
+      <version>4.3.5</version>
       <optional>true</optional>
     </dependency>
 
@@ -59,7 +66,7 @@
     <dependency>
       <groupId>com.ning</groupId>
       <artifactId>async-http-client</artifactId>
-      <version>1.8.7</version>
+      <version>1.8.9</version>
       <optional>true</optional>
     </dependency>