[
https://issues.apache.org/jira/browse/CALCITE-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16209540#comment-16209540
]
Yui-Wah Lee commented on CALCITE-605:
-------------------------------------
I am building a project that depends on calcite-core:1.2.0-incubating, and I
still get this dependency and it leads to a problem of missing artifact of
pentaho-aggdesigner-algorithm (I did not add conjars.org as one of my repos).
{code:java}
159 [INFO] +- org.spark-project.hive:hive-exec:jar:1.2.1.spark2:compile
160 [INFO] | +- org.apache.calcite:calcite-core:jar:1.2.0-incubating:compile
161 [INFO] | | \-
org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde:compile
{code}
Is this expected? I think the message above (dated 23/Mar/2015) means the
problem should have been fixed?
> Reduce dependency on third-party maven repositories
> ---------------------------------------------------
>
> Key: CALCITE-605
> URL: https://issues.apache.org/jira/browse/CALCITE-605
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Fix For: 1.1.0-incubating
>
>
> Calcite's dependencies are spread among Apache repo, Maven central, and
> Conjars. All Apache dependencies should be (and I believe are) in Apache, and
> everything else should be in Maven central.
> Currently some dependencies are in [Conjars|http://www.conjars.org]:
> * eigenbase eigenbase-properties
> * net.hydromatic quidem
> * net.hydromatic tpcds
> * org.pentaho pentaho-aggdesigner-algorithm
> * pentaho mondrian-data-foodmart-hsqldb
> * pentaho mondrian-data-foodmart-queries
> * sqlline sqlline
> Move or copy these into Maven central.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)