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

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new 7169db0  [hotfix] Remove flink-metrics-ganglia from flink-dist/pom.xml
7169db0 is described below

commit 7169db023c023055964280492836252b2722d339
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Nov 28 19:51:46 2018 +0100

    [hotfix] Remove flink-metrics-ganglia from flink-dist/pom.xml
---
 flink-dist/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index aa8d954..2bad1c8 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -236,13 +236,6 @@ under the License.
 
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-metrics-ganglia</artifactId>
-                       <version>${project.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
                        <artifactId>flink-metrics-graphite</artifactId>
                        <version>${project.version}</version>
                        <scope>provided</scope>

Reply via email to