Repository: camel Updated Branches: refs/heads/master 8f5c4d571 -> 9825f2fad
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/9825f2fa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9825f2fa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9825f2fa Branch: refs/heads/master Commit: 9825f2fadc8f959402b6af959bb92df7f1f6e013 Parents: 8f5c4d5 Author: Daniel Kulp <dk...@apache.org> Authored: Wed Dec 3 16:14:27 2014 -0500 Committer: Daniel Kulp <dk...@apache.org> Committed: Wed Dec 3 16:14:27 2014 -0500 ---------------------------------------------------------------------- examples/camel-example-gae/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9825f2fa/examples/camel-example-gae/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-gae/pom.xml b/examples/camel-example-gae/pom.xml index 0562bab..60cfaa8 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>