Try adding a repository entry in your pom.xml (or settings.xml) for conjars:
http://conjars.org/repo/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/
Yi Pan wrote:
Hi, all,
I was trying to refresh my project which includes
org.apache.calcite:calcite-core:1.5.0 as dependency and hit the following
error:
{noformat}
Could not resolve all dependencies for configuration
':samza-sql-calcite:compile'.
Could not find org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde.
Searched in the following locations:
http://repo1.maven.org/maven2/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
http://repo1.maven.org/maven2/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
file:/home/yipan/.m2/repository/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.pom
file:/home/yipan/.m2/repository/org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
Required by:
org.apache.samza:samza-sql-calcite:0.10.1-SNAPSHOT>
org.apache.calcite:calcite-core:1.5.0
{noformat}
Can someone from Calcite team comment on how to resolve this?
Thanks!
-Yi