You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2016/03/23 20:52:08 UTC

samza git commit: SAMZA-908: fix samza-sql-calcite dependency issue

Repository: samza
Updated Branches:
  refs/heads/samza-sql c50096291 -> c6864d623


SAMZA-908: fix samza-sql-calcite dependency issue


Project: http://git-wip-us.apache.org/repos/asf/samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/c6864d62
Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/c6864d62
Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/c6864d62

Branch: refs/heads/samza-sql
Commit: c6864d62385ac5250814ebcec42542556e921f41
Parents: c500962
Author: Yi Pan <ni...@gmail.com>
Authored: Wed Mar 23 12:50:58 2016 -0700
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Wed Mar 23 12:50:58 2016 -0700

----------------------------------------------------------------------
 build.gradle | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/c6864d62/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 7faa492..685b24d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -352,6 +352,12 @@ project(":samza-sql-core") {
 project(":samza-sql-calcite") {
   apply plugin: 'java'
 
+  repositories {
+    maven {
+      url "http://conjars.org/repo"
+    }
+  }
+
   dependencies {
     compile project(":samza-sql-core")
     compile "org.apache.calcite:calcite-core:$calciteVersion"