> > Why is Maven including that version of the core API? > Because it is listed as a dependency. Take a look at the pom > (http://repo2.maven.org/maven2/org/apache/felix/org.osgi.service.obr/1.0 .2/org.osgi.service.obr-1.0.2.pom)
> > Is there some way I > > can tell it not to? > Yes. See > http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-se ct-conflict.html#ex-exclude Thanks Justin, that explains it. Perhaps the OBR API pom file needs updating though. Its manifest file imports version 1.3 of the framework packages: Import-Package: org.osgi.framework;version="1.3",org.osgi.service.obr; version="1.0" Regards, Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

