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