Repository: karaf Updated Branches: refs/heads/master c5be6f96b -> b46bd22bc
Fix build of the manual Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/b46bd22b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/b46bd22b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/b46bd22b Branch: refs/heads/master Commit: b46bd22bc5c23c9fcac99470652dac9ded7ed673 Parents: c5be6f9 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon May 19 14:32:10 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon May 19 14:56:19 2014 +0200 ---------------------------------------------------------------------- manual/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/b46bd22b/manual/pom.xml ---------------------------------------------------------------------- diff --git a/manual/pom.xml b/manual/pom.xml index 6e868ee..db14ba7 100644 --- a/manual/pom.xml +++ b/manual/pom.xml @@ -277,6 +277,11 @@ </dependency> <!-- Additional Required Dependencies --> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.gogo.runtime</artifactId> + <version>${felix.gogo.version}</version> + </dependency> + <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>${osgi.version}</version>
