mirror of https://github.com/apache/lucene.git
LUCENE-6277: Revert for a moment.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1661826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
992abbeff1
commit
5c2a84f0fa
|
@ -77,7 +77,6 @@
|
|||
<property name="ivy.bootstrap.version" value="2.3.0" />
|
||||
<property name="ivy.default.configuration" value="*"/>
|
||||
<property name="ivy.sync" value="true"/>
|
||||
<property name="ivy.resolution-cache" value="${common.build.dir}/ivy-resolution-cache"/>
|
||||
|
||||
<property name="junit.jar" value="junit-4.10.jar"/>
|
||||
<property name="junit-location.jar" location="${common.dir}/test-framework/lib/${junit.jar}"/>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<include url="${ivy.default.settings.dir}/ivysettings-local.xml"/>
|
||||
<include url="${ivy.default.settings.dir}/ivysettings-main-chain.xml"/>
|
||||
|
||||
<caches lockStrategy="artifact-lock" resolutionCacheDir="${ivy.resolution-cache}" />
|
||||
<caches lockStrategy="artifact-lock" resolutionCacheDir="${common.build.dir}/ivy-resolution-cache" />
|
||||
|
||||
<resolvers>
|
||||
<ibiblio name="sonatype-releases" root="https://oss.sonatype.org/content/repositories/releases" m2compatible="true" />
|
||||
|
|
Loading…
Reference in New Issue