Repository: samza Updated Branches: refs/heads/samza-sql 46a6de437 -> b47e47fd7
SAMZA-659 Fix samza-sql branch build failure Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/b47e47fd Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/b47e47fd Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/b47e47fd Branch: refs/heads/samza-sql Commit: b47e47fd7fdc57b3914a6258135185cdbfcdab46 Parents: 46a6de4 Author: Yi Pan (Data Infrastructure) <[email protected]> Authored: Fri May 1 16:12:27 2015 -0700 Committer: Yi Pan (Data Infrastructure) <[email protected]> Committed: Fri May 1 16:12:27 2015 -0700 ---------------------------------------------------------------------- build.gradle | 1 - gradle/dependency-versions.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/b47e47fd/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a042567..16c3574 100644 --- a/build.gradle +++ b/build.gradle @@ -273,7 +273,6 @@ project(":samza-sql-core_$scalaVersion") { compile project(":samza-kv_$scalaVersion") compile "commons-collections:commons-collections:$commonsCollectionVersion" compile "org.apache.avro:avro:$avroVersion" - compile "org.apache.calcite:calcite-core:$calciteVersion" testCompile "junit:junit:$junitVersion" testCompile "org.mockito:mockito-all:$mockitoVersion" } http://git-wip-us.apache.org/repos/asf/samza/blob/b47e47fd/gradle/dependency-versions.gradle ---------------------------------------------------------------------- diff --git a/gradle/dependency-versions.gradle b/gradle/dependency-versions.gradle index 9b7f327..4a3e33d 100644 --- a/gradle/dependency-versions.gradle +++ b/gradle/dependency-versions.gradle @@ -36,5 +36,5 @@ commonsCodecVersion = "1.9" commonsCollectionVersion = "3.2.1" avroVersion = "1.7.7" - calciteVersion = "1.2.0-incubating-SNAPSHOT" + calciteVersion = "1.2.0-incubating" }
