add snapshot repo (so we know where to get elasticsearch-parent from if needed)
This commit is contained in:
parent
20da601e92
commit
5b1ecbf07f
8
pom.xml
8
pom.xml
|
@ -47,6 +47,14 @@
|
|||
<deb.sign.method>dpkg-sig</deb.sign.method>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>oss-snapshots</id>
|
||||
<name>Sonatype OSS Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
|
|
Loading…
Reference in New Issue