The felix framework is already included in the org.apache.servicemix.kernel.main artifact, so I don't see why this dependency is needed.
On Tue, Feb 24, 2009 at 08:18, <[email protected]> wrote: > Author: ffang > Date: Tue Feb 24 07:18:35 2009 > New Revision: 747292 > > URL: http://svn.apache.org/viewvc?rev=747292&view=rev > Log: > [SMX4KNL-210]add org.apache.felix.framework dependency for jbi/itests to pick > up the fix for felix system bundle classloader > > Modified: > servicemix/smx4/nmr/trunk/jbi/itests/pom.xml > > Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml > URL: > http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=747292&r1=747291&r2=747292&view=diff > ============================================================================== > --- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original) > +++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Tue Feb 24 07:18:35 2009 > @@ -32,6 +32,13 @@ > <name>Apache ServiceMix JBI Integration Tests</name> > > <dependencies> > + <!-- put this dependency to avoid a classloader problem > + when running junit tests --> > + <dependency> > + <groupId>org.apache.felix</groupId> > + <artifactId>org.apache.felix.framework</artifactId> > + <scope>test</scope> > + </dependency> > <dependency> > <groupId>org.apache.servicemix.kernel</groupId> > <artifactId>org.apache.servicemix.kernel.main</artifactId> > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
