This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new e144038 Upgrade Async http client to version 2.4.9
e144038 is described below
commit e144038b7616256ff643f495165361ac6d82e2a2
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Jun 4 11:32:43 2018 +0200
Upgrade Async http client to version 2.4.9
In 2.4.8, mockito and hamcrest were in compile scope instead of test
scope
---
parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 1c99522..052d639 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -43,7 +43,7 @@
<activemq-version>5.15.4</activemq-version>
<activemq-artemis-version>2.6.0</activemq-artemis-version>
<aether-version>1.0.2.v20150114</aether-version>
- <ahc-version>2.4.8</ahc-version>
+ <ahc-version>2.4.9</ahc-version>
<ant-bundle-version>1.7.0_6</ant-bundle-version>
<antlr-bundle-version>3.5.2_1</antlr-bundle-version>
<antlr-runtime-bundle-version>3.5.2_1</antlr-runtime-bundle-version>
@@ -1628,7 +1628,7 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-micrometer</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-milo</artifactId>
@@ -5494,7 +5494,7 @@
</plugins>
</build>
</profile>
-
+
<profile>
<id>revapi</id>
<build>
--
To stop receiving notification emails like this one, please contact
[email protected].