You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Henry Saputra (JIRA)" <ji...@apache.org> on 2011/04/07 14:38:05 UTC

[jira] [Closed] (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:all-tabpanel ]

Henry Saputra closed GORA-31.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.2-incubating

Fix with rev1089722

> jersey-json dependency not in repositories currently in ivysettings.xml
> -----------------------------------------------------------------------
>
>                 Key: GORA-31
>                 URL: https://issues.apache.org/jira/browse/GORA-31
>             Project: Gora
>          Issue Type: Improvement
>            Reporter: Marshall Pierce
>             Fix For: 0.2-incubating
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira