Updated Branches: refs/heads/flume-1.5 f1af0e96b -> 56275cb22
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/56275cb2 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/56275cb2 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/56275cb2 Branch: refs/heads/flume-1.5 Commit: 56275cb225e5ed20952e26087ea6a005cdcd9e77 Parents: f1af0e9 Author: Hari Shreedharan <[email protected]> Authored: Wed Sep 11 17:18:22 2013 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Sep 11 17:20:08 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/56275cb2/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>
