You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/05/19 14:32:48 UTC

git commit: Fix build of the manual

Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x f6aca0c29 -> 9b2461a3e


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/9b2461a3
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/9b2461a3
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/9b2461a3

Branch: refs/heads/karaf-3.0.x
Commit: 9b2461a3e1d8e8c46a0fdcd5c21069917887fe12
Parents: f6aca0c
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 19 14:32:10 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 19 14:32:10 2014 +0200

----------------------------------------------------------------------
 manual/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/9b2461a3/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index bd8211a..50a2339 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>