Revert "Use Google Maven Central mirror"

This reverts commit 7bb39f8206.

Unfortunately the mirror seems incomplete
This commit is contained in:
Phillip Webb
2016-07-06 21:23:54 -07:00
parent 7bb39f8206
commit 1f4de8d286

View File

@@ -133,12 +133,4 @@
<activeProfiles>
<activeProfile>@profile@</activeProfile>
</activeProfiles>
<mirrors>
<mirror>
<id>google-maven-central</id>
<name>Google Maven Central</name>
<url>https://maven-central.storage.googleapis.com</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
</settings>