Repository: flume Updated Branches: refs/heads/flume-1.6 dbf4828b8 -> 636cff349
FLUME-2670. Modify dependencies to not pull hadoop/hive related jars (Johny Rufus via Hari) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/636cff34 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/636cff34 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/636cff34 Branch: refs/heads/flume-1.6 Commit: 636cff349a0012c2fd56525d0a69eb5a95610ea4 Parents: dbf4828 Author: Hari Shreedharan <[email protected]> Authored: Wed Apr 15 14:54:44 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Apr 15 14:55:38 2015 -0700 ---------------------------------------------------------------------- flume-ng-auth/pom.xml | 1 + flume-ng-sinks/flume-dataset-sink/pom.xml | 2 ++ 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/636cff34/flume-ng-auth/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-auth/pom.xml b/flume-ng-auth/pom.xml index 292731d..1f0ffba 100644 --- a/flume-ng-auth/pom.xml +++ b/flume-ng-auth/pom.xml @@ -65,6 +65,7 @@ limitations under the License. <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>${hadoop.common.artifact.id}</artifactId> + <optional>true</optional> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/flume/blob/636cff34/flume-ng-sinks/flume-dataset-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-dataset-sink/pom.xml b/flume-ng-sinks/flume-dataset-sink/pom.xml index 92f7021..ae6a93e 100644 --- a/flume-ng-sinks/flume-dataset-sink/pom.xml +++ b/flume-ng-sinks/flume-dataset-sink/pom.xml @@ -109,11 +109,13 @@ limitations under the License. <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> + <optional>true</optional> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-metastore</artifactId> + <optional>true</optional> </dependency> <dependency>
