You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/04/27 08:05:17 UTC

[ambari] branch trunk updated: AMBARI-23677. Update spring-data-commons dependency.

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 103a11f  AMBARI-23677. Update spring-data-commons dependency.
103a11f is described below

commit 103a11f936f53206a858911a7732045953e243cb
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Fri Apr 27 10:05:03 2018 +0200

    AMBARI-23677. Update spring-data-commons dependency.
---
 ambari-logsearch/ambari-logsearch-server/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ambari-logsearch/ambari-logsearch-server/pom.xml b/ambari-logsearch/ambari-logsearch-server/pom.xml
index 4ebad84..644099e 100755
--- a/ambari-logsearch/ambari-logsearch-server/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-server/pom.xml
@@ -472,6 +472,11 @@
       <version>${spring-data-solr.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.springframework.data</groupId>
+      <artifactId>spring-data-commons</artifactId>
+      <version>1.13.11.RELEASE</version>
+    </dependency>
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
       <version>${spring.version}</version>

-- 
To stop receiving notification emails like this one, please contact
oleewere@apache.org.