Uploaded image for project: 'Apache Gora'
  1. Apache Gora
  2. GORA-31

jersey-json dependency not in repositories currently in ivysettings.xml

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.2
    • None
    • None

    Description

      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"/>

      Attachments

        Activity

          People

            Unassigned Unassigned
            mpierce Marlon Pierce
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: