This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new c52806a AMBARI-22935. Update HttpClient version in Log Search (use
4.4.1 with Solr 6)
c52806a is described below
commit c52806a4e88aca976ae0ff89909e4fa7d010bb2a
Author: Oliver Szabo <[email protected]>
AuthorDate: Wed Feb 7 21:52:47 2018 +0100
AMBARI-22935. Update HttpClient version in Log Search (use 4.4.1 with Solr
6)
---
ambari-logsearch/ambari-logsearch-server/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ambari-logsearch/ambari-logsearch-server/pom.xml
b/ambari-logsearch/ambari-logsearch-server/pom.xml
index 02c6ab2..70306fd 100755
--- a/ambari-logsearch/ambari-logsearch-server/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-server/pom.xml
@@ -220,6 +220,12 @@
<groupId>org.springframework.security.kerberos</groupId>
<artifactId>spring-security-kerberos-client</artifactId>
<version>1.0.1.RELEASE</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
--
To stop receiving notification emails like this one, please contact
[email protected].