You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Guillaume Nodet <gn...@gmail.com> on 2009/10/23 13:19:31 UTC

Re: svn commit: r828986 - /geronimo/server/trunk/framework/configs/karaf-framework/pom.xml

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

On Friday, October 23, 2009,  <ri...@apache.org> 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>
>
>
>

-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: svn commit: r828986 - /geronimo/server/trunk/framework/configs/karaf-framework/pom.xml

Posted by Rick McGuire <ri...@gmail.com>.
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,  <ri...@apache.org> 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>
>>
>>
>>
>>     
>
>