Repository: incubator-atlas Updated Branches: refs/heads/branch-0.5-incubating cf30f2916 -> f109bfc18
ATLAS-18 Build fails because of a missing artifact. Contributed by Ajay Yadava Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/f109bfc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/f109bfc1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/f109bfc1 Branch: refs/heads/branch-0.5-incubating Commit: f109bfc188de5dead9be9835721044c6636fff9b Parents: cf30f29 Author: Venkatesh Seetharam <[email protected]> Authored: Tue Jun 16 16:34:47 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Tue Jun 16 16:34:47 2015 -0700 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 13 ++++++------- release-log.txt | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f109bfc1/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index ad23e06..55507f0 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -66,13 +66,12 @@ <artifactId>hive-exec</artifactId> <version>${hive.version}</version> <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.hive</groupId> - <artifactId>hive-cli</artifactId> - <version>${hive.version}</version> - <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.pentaho</groupId> + <artifactId>pentaho-aggdesigner-algorithm</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f109bfc1/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 237528a..56be318 100644 --- a/release-log.txt +++ b/release-log.txt @@ -13,6 +13,7 @@ ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags) ALL CHANGES: +ATLAS-18 Build fails because of a missing artifact (Ajay Yadava via Venkatesh Seetharam) ATLAS-13 Add project website (Venkatesh Seetharam) ATLAS-12 Update the copyright in Notice and License files (Venkatesh Seetharam) ATLAS-9 Create branch-0.5 and update version to 0.5-incubating (shwethags)
