Repository: camel Updated Branches: refs/heads/camel-2.14.x af0280f67 -> 83bb55236
REmove a repository that is no longer needed Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/83bb5523 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/83bb5523 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/83bb5523 Branch: refs/heads/camel-2.14.x Commit: 83bb55236127aa4d692961628f24cb33809a28ed Parents: af0280f Author: Daniel Kulp <dk...@apache.org> Authored: Wed Dec 3 16:14:27 2014 -0500 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Thu Dec 4 10:57:33 2014 +0800 ---------------------------------------------------------------------- examples/camel-example-gae/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/83bb5523/examples/camel-example-gae/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-gae/pom.xml b/examples/camel-example-gae/pom.xml index 647b76b..8b62e40 100644 --- a/examples/camel-example-gae/pom.xml +++ b/examples/camel-example-gae/pom.xml @@ -56,19 +56,5 @@ <scope>test</scope> </dependency> </dependencies> - - <repositories> - <repository> - <id>camel.internal.maven.repository</id> - <name>Camel Maven Repository</name> - <url>http://svn.apache.org/repos/asf/camel/m2-repo</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> </project>