Hi all,

The CXF DOSGi builds have started failing this morning with the
message below. Previously they were building fine. Does anyone know
what happened to the abera 0.4.0-incubating dependencies which come in
via the cxf-minimal bundle?
See: http://hudson.zones.apache.org/hudson/view/CXF/job/CXF-DOSGi/

Cheers,

David

1) org.apache.abdera:abdera-core:jar:0.4.0-incubating

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.abdera
-DartifactId=abdera-core -Dversion=0.4.0-incubating -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.apache.abdera
-DartifactId=abdera-core -Dversion=0.4.0-incubating -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.cxf.dosgi:cxf-dosgi-ri-dsw-cxf:bundle:1.1-SNAPSHOT
        2) org.apache.cxf:cxf-bundle-minimal:jar:2.2.3-SNAPSHOT
        3) org.apache.abdera:abdera-core:jar:0.4.0-incubating

Reply via email to