mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
5.0+'s deb and rpm packages aren't pushed to maven cnertral so instead we have to download them from artifacts.elastic.org.
7 lines
275 B
XML
7 lines
275 B
XML
<ivy-module version="2.0">
|
|
<!-- Cheating ivy repository so we can resolve deb and rpm artifacts from
|
|
https://artifacts.elastic.co/downloads/ which isn't a maven or ivy
|
|
repository. -->
|
|
<info organisation="org.elasticsearch" module="elasticsearch"/>
|
|
</ivy-module>
|