Guillaume Nodet wrote:
Actually, I think the problem may come from the refactoring of the
admin service I did yesterday.  The groupId is o.a.Felix.karaf.admin
and the artifactId is o.a.felix.karaf.admin.core
Thanks, that seemed to correct the build error as well.

Rick
On Friday, October 23, 2009,  <[email protected]> wrote:
Author: rickmcguire
Date: Fri Oct 23 10:11:58 2009
New Revision: 828986

URL: http://svn.apache.org/viewvc?rev=828986&view=rev
Log:
suddenly a version is required for the karaf shell admin dependency

Modified:
    geronimo/server/trunk/framework/configs/karaf-framework/pom.xml

Modified: geronimo/server/trunk/framework/configs/karaf-framework/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/pom.xml?rev=828986&r1=828985&r2=828986&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/pom.xml Fri Oct 23 
10:11:58 2009
@@ -192,6 +192,7 @@
         <dependency>
             <groupId>org.apache.felix.karaf.shell</groupId>
             <artifactId>org.apache.felix.karaf.shell.admin</artifactId>
+            <version>${felix.karaf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix.karaf.shell</groupId>





Reply via email to