add snapshot repo to resolve parent pom
Original commit: elastic/x-pack-elasticsearch@80214bbe81
This commit is contained in:
parent
5758ca3c7b
commit
b66ddbde3f
9
pom.xml
9
pom.xml
|
@ -226,6 +226,15 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>oss-snapshots</id>
|
||||||
|
<name>Sonatype OSS Snapshots</name>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>deploy-internal</id>
|
<id>deploy-internal</id>
|
||||||
|
|
Loading…
Reference in New Issue