LENS-1268: Lens build on dev enviornment is failing
Project: http://git-wip-us.apache.org/repos/asf/lens/repo Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/baf4e765 Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/baf4e765 Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/baf4e765 Branch: refs/heads/master Commit: baf4e765c6ca0690686762767456514b9240b1a0 Parents: d37e849 Author: Praveen Adlakha <[email protected]> Authored: Tue Aug 9 13:19:43 2016 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Wed Aug 17 18:45:04 2016 +0530 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lens/blob/baf4e765/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c85dc17..97cb612 100644 --- a/pom.xml +++ b/pom.xml @@ -1268,6 +1268,10 @@ <groupId>org.apache.avro</groupId> <artifactId>avro-mapred</artifactId> </exclusion> + <exclusion> + <groupId>org.pentaho</groupId> + <artifactId>pentaho-aggdesigner-algorithm</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
