You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Talat UYARER (JIRA)" <ji...@apache.org> on 2015/01/04 20:59:34 UTC

[jira] [Commented] (IVY-1505) Ivy can not correctly resolve hbase-client pom

    [ https://issues.apache.org/jira/browse/IVY-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263976#comment-14263976 ] 

Talat UYARER commented on IVY-1505:
-----------------------------------

Is there anybody in here ?

> Ivy can not correctly resolve hbase-client pom
> ----------------------------------------------
>
>                 Key: IVY-1505
>                 URL: https://issues.apache.org/jira/browse/IVY-1505
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.3.0
>            Reporter: Talat UYARER
>
> Hi,
> When I added hbase-client as a dependecy like as:
> {panel}
>  <dependency org="org.apache.hbase" name="hbase-client" rev="0.98.8-hadoop2" conf="*->default">
> {panel}
> Ivy does not correctly map some dependencies of hbase-client. hbase-common and hbase-annotation should be in compile scope. In Ivy resolve xml they look like:
> {panel:title= ~/.ivy2/cache/org.apache.hbase/hbase-client/ivy-0.98.8-hadoop2.xml}
>                 <dependency org="org.apache.hbase" name="hbase-annotations" rev="0.98.8-hadoop2" force="true" conf="test->runtime(*),master(*)"/>
>                 <dependency org="org.apache.hbase" name="hbase-annotations" rev="0.98.8-hadoop2" force="true" conf="test->runtime(*),master(*)">
>                         <artifact name="hbase-annotations" type="test-jar" ext="jar" conf="" m:classifier="tests"/>
>                 </dependency>
>                 <dependency org="org.apache.hbase" name="hbase-common" rev="0.98.8-hadoop2" force="true" conf="test->runtime(*),master(*)"/>
>                 <dependency org="org.apache.hbase" name="hbase-common" rev="0.98.8-hadoop2" force="true" conf="test->runtime(*),master(*)">
>                         <artifact name="hbase-common" type="test-jar" ext="jar" conf="" m:classifier="tests"/>
>                 </dependency>
> {panel}
> I think this a bug. Can you help me how can i fix it ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)