forked from HL7/fhir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ivysettings.xml
16 lines (16 loc) · 890 Bytes
/
ivysettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<ivysettings>
<properties file="build.properties" />
<settings defaultResolver="local-chain"/>
<resolvers>
<ibiblio name="maven" m2compatible="true" checkmodified="true" changingMatcher="regexp" />
<ibiblio name="maven-snapshots" root="https://oss.sonatype.org/content/repositories/snapshots" m2compatible="true" checkmodified="true" changingMatcher="regexp" />
<ibiblio name="bintray" root="http://dl.bintray.com/labra/maven" m2compatible="true" checkmodified="true" changingMatcher="regexp" />
<ibiblio name="jitpack" root="https://jitpack.io" m2compatible="true" checkmodified="true" changingMatcher="regexp" />
<chain name="local-chain">
<resolver ref="maven"/>
<resolver ref="maven-snapshots"/>
<resolver ref="bintray"/>
<resolver ref="jitpack"/>
</chain>
</resolvers>
</ivysettings>