Repository: flume Updated Branches: refs/heads/trunk 4188e4ded -> 275329ca6
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/275329ca Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/275329ca Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/275329ca Branch: refs/heads/trunk Commit: 275329ca6c5ebd5212879696fcd0d19f691c1b60 Parents: 4188e4d Author: Hari Shreedharan <[email protected]> Authored: Wed Apr 15 14:54:44 2015 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Apr 15 14:54:44 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/275329ca/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/275329ca/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>
