You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2018/05/16 23:16:18 UTC

[ambari] branch trunk updated: AMBARI-23867 : Remove dependency on org.gridgain:ignite-shmem 1.0.0 in Ambari Metrics Collector.

This is an automated email from the ASF dual-hosted git repository.

avijayan 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 2458939  AMBARI-23867 : Remove dependency on org.gridgain:ignite-shmem 1.0.0 in Ambari Metrics Collector.
2458939 is described below

commit 2458939c5522aa82e4ed2a72b14f2cd72507eb86
Author: Aravindan Vijayan <av...@hortonworks.com>
AuthorDate: Wed May 16 15:07:54 2018 -0700

    AMBARI-23867 : Remove dependency on org.gridgain:ignite-shmem 1.0.0 in Ambari Metrics Collector.
---
 ambari-metrics/ambari-metrics-timelineservice/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index ae4ecd9..b7434bc 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -812,6 +812,12 @@
       <groupId>org.apache.ignite</groupId>
       <artifactId>ignite-core</artifactId>
       <version>2.1.0</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>ignite-shmem</artifactId>
+          <groupId>org.gridgain</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.ignite</groupId>

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