Incubation isn't a measure of code maturity, just of project status at Apache.
On Mon, Jun 29, 2009 at 9:30 PM, Vinh Nguyen (vinguye2)<[email protected]> wrote: > Hi all, > I'm migrating my Jersey based services over to Apache CXF. To start, I > added the following to my pom: > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-bundle-jaxrs</artifactId> > <version>2.2.2</version> > </dependency> > > But when compiling, Maven gives me errors: > > Missing: > ---------- > 1) org.apache.abdera:abdera-i18n:jar:0.4.0-incubating > ... > 2) org.apache.abdera:abdera-extensions-main:jar:0.4.0-incubating > > I saw the following thread: > http://www.nabble.com/Maven-dependencies-for-restful-web-services-with-c > xf-td20620160.html#a20620160 > > So I added this repository URL, and it made the error go away. > <url>http://people.apache.org/repo/m2-incubating-repository</url> > > My question though: why does a CXF release version have "incubation" > grade dependencies? > > Any help is appreciated. > -Vinh > >
