You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/07/01 07:06:34 UTC

[jira] [Commented] (GORA-31) jersey-json dependency not in repositories currently in ivysettings.xml

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

Hudson commented on GORA-31:
----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    GORA-31 | jersey-json dependency not in repositories currently in ivysettings.xml (Revision 810bc5c0de5afa10327aa84c9d57be0ac612542e)

     Result = FAILURE
hsaputra : 
Files : 
* ivy/ivysettings.xml

                
> jersey-json dependency not in repositories currently in ivysettings.xml
> -----------------------------------------------------------------------
>
>                 Key: GORA-31
>                 URL: https://issues.apache.org/jira/browse/GORA-31
>             Project: Apache Gora
>          Issue Type: Improvement
>            Reporter: Marshall Pierce
>             Fix For: 0.2
>
>
> I checked out http://svn.apache.org/repos/asf/incubator/gora/trunk (currently at revision 1087834) and attempted to build with ant.
> I got:
> module not found: com.sun.jersey#jersey-json;1.4
> This is because that doesn't exist in the maven central repo. A simple fix:
> Index: ivy/ivysettings.xml
> ===================================================================
> --- ivy/ivysettings.xml (revision 1087834)
> +++ ivy/ivysettings.xml (working copy)
> @@ -53,6 +53,11 @@
>        pattern="${maven2.pattern.ext}"
>        m2compatible="true"
>        />
> +    <ibiblio name="java.net-maven2"
> +      root="http://download.java.net/maven/2/"
> +      pattern="${maven2.pattern.ext}"
> +      m2compatible="true"
> +      />
>      <ibiblio name="apache-snapshot"
>        root="${snapshot.apache.org}"
>        pattern="${maven2.pattern.ext}"
> @@ -69,6 +74,7 @@
>        <resolver ref="local"/>
>        <resolver ref="maven2-local"/>
>        <resolver ref="maven2"/>
> +      <resolver ref="java.net-maven2"/>
>      </chain>
>      <chain name="internal">
>        <resolver ref="local"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira