Skip to content

Commit

Permalink
Remove external artifacts from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 4, 2024
1 parent e4c1ff3 commit 3182049
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions flume-ng-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,10 @@
<groupId>org.apache.flume</groupId>
<artifactId>flume-kafka-channel</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hdfs-sink</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-irc-sink</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hbase2-sink</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-http-sink</artifactId>
Expand All @@ -156,10 +148,6 @@
<groupId>org.apache.flume</groupId>
<artifactId>flume-kafka-sink</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hive-sink</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sources</groupId>
<artifactId>flume-scribe-source</artifactId>
Expand Down Expand Up @@ -192,10 +180,6 @@
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-environment-variable-config-filter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-hadoop-credential-store-config-filter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>
<artifactId>flume-ng-external-process-config-filter</artifactId>
Expand Down

0 comments on commit 3182049

Please sign in to comment.