You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2011/04/23 07:27:12 UTC

svn commit: r1096103 - /karaf/trunk/manual/pom.xml

Author: pieber
Date: Sat Apr 23 05:27:12 2011
New Revision: 1096103

URL: http://svn.apache.org/viewvc?rev=1096103&view=rev
Log:
[KARAF-583] Added missing dependencies to make manual build again

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/trunk/manual/pom.xml

Modified: karaf/trunk/manual/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/manual/pom.xml?rev=1096103&r1=1096102&r2=1096103&view=diff
==============================================================================
--- karaf/trunk/manual/pom.xml (original)
+++ karaf/trunk/manual/pom.xml Sat Apr 23 05:27:12 2011
@@ -243,6 +243,17 @@
                         <artifactId>org.apache.karaf.jaas.command</artifactId>
                         <version>${project.version}</version>
                     </dependency>
+                    <!-- Additional Required Dependencies -->
+                    <dependency>
+                        <groupId>org.osgi</groupId>
+                        <artifactId>org.osgi.core</artifactId>
+                        <version>${osgi.version}</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.osgi</groupId>
+                        <artifactId>org.osgi.compendium</artifactId>
+                        <version>${osgi.version}</version>
+                    </dependency>
                 </dependencies>
             </plugin>
             <plugin>