mirror of https://github.com/grpc/grpc-java.git
Revert "examples: Add google mirrored maven central to examples pom.xml to deflake kokoro." (#4821)
Revert "examples: Add google mirrored maven central to examples pom.xml to deflake kokoro. (#4813)"
This reverts commit 54f76dfeaf.
This commit is contained in:
parent
4d366ce978
commit
1b6adaff61
|
|
@ -82,31 +82,6 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<!-- The google mirror is less flaky than maven central -->
|
|
||||||
<id>maven-central-google-mirror</id>
|
|
||||||
<name>Maven Central Google Mirror</name>
|
|
||||||
<url>https://maven-central.storage-download.googleapis.com/repos/central/data/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<releases>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<!-- The google mirror is less flaky than maven central -->
|
|
||||||
<id>maven-central-google-mirror</id>
|
|
||||||
<name>maven Central Google Mirror</name>
|
|
||||||
<url>https://maven-central.storage-download.googleapis.com/repos/central/data/</url>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
<build>
|
<build>
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>
|
<extension>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue