Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 524f9bb1f -> 2a8e00e0d
[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/2a8e00e0 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2a8e00e0 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2a8e00e0 Branch: refs/heads/karaf-3.0.x Commit: 2a8e00e0d75331a10bae7d849da9bc2719dee914 Parents: 524f9bb Author: Guillaume Nodet <[email protected]> Authored: Tue Aug 26 09:34:33 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Tue Aug 26 09:42:38 2014 +0200 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/2a8e00e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 18db067..a042567 100644 --- a/pom.xml +++ b/pom.xml @@ -258,6 +258,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> <!-- Apache snapshots --> <repository> <id>apache-snapshots</id>
