Author: iocanel
Date: Mon Jan 16 20:10:53 2012
New Revision: 1232137
URL: http://svn.apache.org/viewvc?rev=1232137&view=rev
Log:
[KARAF-1158] Added framework as a dependency inside admin core to ensure proper
build order.
Modified:
karaf/trunk/admin/core/pom.xml
Modified: karaf/trunk/admin/core/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/admin/core/pom.xml?rev=1232137&r1=1232136&r2=1232137&view=diff
==============================================================================
--- karaf/trunk/admin/core/pom.xml (original)
+++ karaf/trunk/admin/core/pom.xml Mon Jan 16 20:10:53 2012
@@ -39,6 +39,14 @@
<dependencies>
<dependency>
+ <groupId>org.apache.karaf.features</groupId>
+ <artifactId>framework</artifactId>
+ <version>${project.version}</version>
+ <type>pom</type>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.karaf</groupId>
<artifactId>org.apache.karaf.main</artifactId>
<scope>provided</scope>