You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by le...@apache.org on 2021/06/09 23:37:22 UTC

[gobblin] 01/02: Remove pentaho dependency

This is an automated email from the ASF dual-hosted git repository.

lesun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git

commit 789a69f27aa00e4115383d5591bf60d2450feea9
Author: William Lo <lo...@gmail.com>
AuthorDate: Tue Jun 8 18:38:16 2021 -0700

    Remove pentaho dependency
---
 gradle/scripts/dependencyDefinitions.gradle | 2 +-
 gradle/scripts/repositories.gradle          | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/gradle/scripts/dependencyDefinitions.gradle b/gradle/scripts/dependencyDefinitions.gradle
index e37d324..a333e31 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -134,7 +134,7 @@ ext.externalDependency = [
     "bcprovJdk15on": "org.bouncycastle:bcprov-jdk15on:1.52",
     "calciteCore": "org.apache.calcite:calcite-core:1.16.0",
     "calciteAvatica": "org.apache.calcite:calcite-avatica:1.13.0",
-    "jhyde": "org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde",
+    "jhyde": "net.hydromatic:aggdesigner-algorithm:6.0",
     "curatorFramework": "org.apache.curator:curator-framework:2.10.0",
     "curatorRecipes": "org.apache.curator:curator-recipes:2.10.0",
     "curatorClient": "org.apache.curator:curator-client:2.10.0",
diff --git a/gradle/scripts/repositories.gradle b/gradle/scripts/repositories.gradle
index 32d00f1..9fc52c0 100644
--- a/gradle/scripts/repositories.gradle
+++ b/gradle/scripts/repositories.gradle
@@ -18,9 +18,6 @@
 repositories {
   mavenCentral()
   maven {
-    url "http://nexus.pentaho.org/content/groups/omni"
-  }
-  maven {
     url "https://plugins.gradle.org/m2/"
   }
   maven {