mirror of https://github.com/apache/druid.git
Use sonatype maven central for plugin repositories (#13961)
* Change search order of maven repositories * Update pom.xml
This commit is contained in:
parent
c52d15d65d
commit
139a058ba7
13
pom.xml
13
pom.xml
|
@ -229,7 +229,7 @@
|
|||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
|
||||
<!-- Only used by core, but moved to root for parallel build dependency resolution -->
|
||||
<repository>
|
||||
<id>sigar</id>
|
||||
|
@ -239,6 +239,17 @@
|
|||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>${repoOrgId}</id>
|
||||
<name>${repoOrgName}</name>
|
||||
<url>${repoOrgUrl}</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue