This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new f248a21b FLUME-3417 Addendum remove elasticsearch module from flume
dist module.
new 50ad4df4 Merge pull request #363 from busbey/FLUME-3417
f248a21b is described below
commit f248a21b06471e8e8d4905aff5114bbdf4cd4d11
Author: Sean Busbey <[email protected]>
AuthorDate: Thu Apr 14 01:30:52 2022 -0500
FLUME-3417 Addendum remove elasticsearch module from flume dist module.
---
flume-ng-dist/pom.xml | 4 ----
pom.xml | 6 ------
2 files changed, 10 deletions(-)
diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml
index 1c808dd9..b7b1a835 100644
--- a/flume-ng-dist/pom.xml
+++ b/flume-ng-dist/pom.xml
@@ -143,10 +143,6 @@
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-http-sink</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.flume.flume-ng-sinks</groupId>
- <artifactId>flume-ng-elasticsearch-sink</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-ng-morphline-solr-sink</artifactId>
diff --git a/pom.xml b/pom.xml
index e5026f53..1a420283 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1125,12 +1125,6 @@ limitations under the License.
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.flume.flume-ng-sinks</groupId>
- <artifactId>flume-ng-elasticsearch-sink</artifactId>
- <version>${project.version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-ng-morphline-solr-sink</artifactId>