Hi all,Does anyone know why we have a definition for the central mirror in the Camel root pom? This is inherited by default in all Maven projects.
<repository>
<id>repo1.maven</id>
<name>Maven Central Repo</name>
<url>http://repo1.maven.org/maven2/</url>
</repository>
I'm thinking it may be because Maven used to default to the super slow
ibiblio central repo a while back? Anyways, I'm going to remove it as
part of CAMEL-789.
Cheers, Jon
