On Sat, Oct 10, 2009 at 4:12 PM, Ivanhoe Abrahams <ivanhoeabrah...@gmail.com> wrote: > Hi Everybody > > After about 2 months of not playing with OSGI, I finally have some time > again. > In the mean time I see Felix has moved on to version 2 > > I use pax provision to run felix. But now I encounter a problem starting up > the system. > It seem as if felix shell now has a dependency on a different version of > the core osgi bundle. But I cant find the correct maven repository to get > this version from. > > Can someone please tell me what my maven dependency should look like to > satisfy the below "Unresolved constraint" that I encounter ...below is the > Error message....Thank you in advance >
You may try <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>2.0.0</version> </dependency> Felix 1.X.X has org.osgi.framework <=1.2. Good luck! -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org