You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/07/26 07:02:40 UTC

[22/27] james-project git commit: JAMES-2481 Upgrade apache.httpcomponents

JAMES-2481 Upgrade apache.httpcomponents


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ca565628
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ca565628
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ca565628

Branch: refs/heads/master
Commit: ca565628dd7f223c4bcce15d226a3c5fecb44cef
Parents: 2901528
Author: duc <dt...@linagora.com>
Authored: Thu Jul 19 11:07:09 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Thu Jul 26 13:49:57 2018 +0700

----------------------------------------------------------------------
 mailbox/tika/pom.xml | 2 +-
 pom.xml              | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/ca565628/mailbox/tika/pom.xml
----------------------------------------------------------------------
diff --git a/mailbox/tika/pom.xml b/mailbox/tika/pom.xml
index 3d22cd7..c7f6425 100644
--- a/mailbox/tika/pom.xml
+++ b/mailbox/tika/pom.xml
@@ -83,7 +83,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>fluent-hc</artifactId>
-            <version>4.5.3</version>
+            <version>${apache.httpcomponents.version}</version>
         </dependency>
         <dependency>
             <groupId>org.assertj</groupId>

http://git-wip-us.apache.org/repos/asf/james-project/blob/ca565628/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f14c27..7004d93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -644,6 +644,7 @@
         <jutf7.version>1.0.0</jutf7.version>
         <plugin.mailetdocs.version>0.1</plugin.mailetdocs.version>
         <httpclient-osgi.version>4.5.1</httpclient-osgi.version>
+        <apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>
         <!-- maven-mailetdocs-plugin artifacts -->
         <maven-artifact.version>3.0-alpha-1</maven-artifact.version>
         <maven-plugin-annotations.version>3.4</maven-plugin-annotations.version>
@@ -2026,7 +2027,7 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient-osgi</artifactId>
-                <version>${httpclient-osgi.version}</version>
+                <version>${apache.httpcomponents.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org