Repository: karaf Updated Branches: refs/heads/karaf-2.3.x 2e91549cc -> cfaef2778
[KARAF-3182] Temporarily add missing repository Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/cfaef277 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/cfaef277 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/cfaef277 Branch: refs/heads/karaf-2.3.x Commit: cfaef27782811658d8710bfda904138bc3c9e493 Parents: 2e91549 Author: Guillaume Nodet <[email protected]> Authored: Tue Aug 26 09:34:33 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Tue Aug 26 09:41:46 2014 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/cfaef277/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 32440fd..f26c74f 100644 --- a/pom.xml +++ b/pom.xml @@ -234,6 +234,11 @@ </properties> <repositories> + <!-- temporary until eventadmin 1.4.0 is available on central --> + <repository> + <id>apache-public</id> + <url>https://repository.apache.org/content/groups/public/</url> + </repository> <!-- ServiceMix repo --> <repository> <id>servicemix</id>
