Repository: incubator-eagle Updated Branches: refs/heads/master a267e731e -> 30b127b8d
[MINOR] Fix bug caused by EAGLE-791 Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/b821439b Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/b821439b Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/b821439b Branch: refs/heads/master Commit: b821439bce99e03591136436bf71ef22e4d0d655 Parents: ddb45f5 Author: Hao Chen <h...@apache.org> Authored: Tue Nov 22 15:13:09 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Tue Nov 22 15:13:09 2016 +0800 ---------------------------------------------------------------------- eagle-core/eagle-query/pom.xml | 2 +- eagle-security/eagle-security-hive/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/b821439b/eagle-core/eagle-query/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-core/eagle-query/pom.xml b/eagle-core/eagle-query/pom.xml index 119e1bd..ae91780 100644 --- a/eagle-core/eagle-query/pom.xml +++ b/eagle-core/eagle-query/pom.xml @@ -102,7 +102,7 @@ </profiles> <build> - <finalName>${project.name}-${project.version}</finalName> + <finalName>${project.artifactId}-${project.version}</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/b821439b/eagle-security/eagle-security-hive/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-hive/pom.xml b/eagle-security/eagle-security-hive/pom.xml index 37d0949..fbe0034 100644 --- a/eagle-security/eagle-security-hive/pom.xml +++ b/eagle-security/eagle-security-hive/pom.xml @@ -84,6 +84,12 @@ <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-exec</artifactId> + <exclusions> + <exclusion> + <groupId>org.pentaho</groupId> + <artifactId>pentaho-aggdesigner-algorithm</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.scala-lang</groupId>