mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-02 20:25:51 +00:00
12 lines
337 B
XML
12 lines
337 B
XML
<ivysettings>
|
|
<settings defaultResolver="main"/>
|
|
<resolvers>
|
|
<chain name="main">
|
|
<ibiblio name="central" m2compatible="true"/>
|
|
<ibiblio name="ibiblio" m2compatible="true"/>
|
|
<ibiblio name="xerial" m2compatible="true"
|
|
root="http://www.xerial.org/maven/repository/snapshot" />
|
|
</chain>
|
|
</resolvers>
|
|
</ivysettings>
|