Updated Branches: refs/heads/trunk 088067cf4 -> 6e461f13c
FLUME-2184. flume-ng-morphline-solr-sink build failing due to incorrect hadoop-common dependency declaration (Jagat Singh via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/6e461f13 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/6e461f13 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/6e461f13 Branch: refs/heads/trunk Commit: 6e461f13c25a2a2e6c50c1dd06b38b600036ee9f Parents: 088067c Author: Hari Shreedharan <hshreedha...@apache.org> Authored: Wed Sep 11 17:18:22 2013 -0700 Committer: Hari Shreedharan <hshreedha...@apache.org> Committed: Wed Sep 11 17:18:22 2013 -0700 ---------------------------------------------------------------------- flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/6e461f13/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml index fd6b4ea..a2fb931 100644 --- a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml @@ -78,6 +78,12 @@ limitations under the License. <groupId>com.cloudera.cdk</groupId> <artifactId>cdk-morphlines-all</artifactId> <version>${cdk.version}</version> + <exclusions> + <exclusion> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + </exclusion> + </exclusions> <type>pom</type> <optional>true</optional> </dependency>