Repository: falcon Updated Branches: refs/heads/master c00975e41 -> 07427f626
FALCON-2120 falcon-regression build is failing because of CLI and hiv⦠â¦e changes Author: Praveen Adlakha <[email protected]> Author: praveen.adlakha <[email protected]> Reviewers: "Pragya Mittal <[email protected]>" Closes #271 from PraveenAdlakha/2120 and squashes the following commits: ee198d6 [praveen.adlakha] cli dependency removed 3762757 [Praveen Adlakha] FALCON-2120 falcon-regression build is failing because of CLI and hive changes Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/07427f62 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/07427f62 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/07427f62 Branch: refs/heads/master Commit: 07427f626f289b8cd5d57ec40a3f5e19b0849a84 Parents: c00975e Author: Praveen Adlakha <[email protected]> Authored: Fri Aug 26 17:57:55 2016 +0530 Committer: Pragya Mittal <[email protected]> Committed: Fri Aug 26 17:57:55 2016 +0530 ---------------------------------------------------------------------- falcon-regression/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/07427f62/falcon-regression/pom.xml ---------------------------------------------------------------------- diff --git a/falcon-regression/pom.xml b/falcon-regression/pom.xml index 1692323..9da72ce 100644 --- a/falcon-regression/pom.xml +++ b/falcon-regression/pom.xml @@ -118,6 +118,12 @@ <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-webhcat-java-client</artifactId> <version>${hive.version}</version> + <exclusions> + <exclusion> + <groupId>org.pentaho</groupId> + <artifactId>pentaho-aggdesigner-algorithm</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -181,7 +187,7 @@ <artifactId>falcon-merlin-core</artifactId> <version>${project.version}</version> </dependency> - + <dependency> <groupId>org.apache.falcon</groupId> <artifactId>falcon-cli</artifactId>
