Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for 1.0

Releases

1.0

This is the first release of Distributed OSGi. For more information please see the README in each distribution.

Snapshots

You can download 1.1

Download Snapshots

CXF-DOSGi has not yet been released. However, you can download 1.0-SNAPSHOT distributions from the following locations:

Single-Bundle distribution download from here
Multi-Bundle distribution download from here

Maven

You can also pull the snapshots in via maven. Add the Apache Snapshot repository to your maven repositories:

...

Code Block
<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-bundle-minimal</artifactId>
  <version>2.2-SNAPSHOT<.1</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-discovery-local</artifactId>
  <version>1.01-SNAPSHOT</version>
</dependency>
<dependency>
  <groupId>org.apache.cxf.dosgi</groupId>
  <artifactId>cxf-dosgi-ri-dsw-cxf</artifactId>
  <version>1.01-SNAPSHOT</version>
</dependency>

Download Releases

...