Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Updates readme for 3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hstaudacher committed Mar 13, 2014
1 parent 7edadcd commit 5773f5b
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RESTful web services by simply registering them as OSGi services and also consum
*To see how to get started with JAX-RS 2.0 and Jersey please read the [Jersey getting started guide](https://jersey.java.net/documentation/latest/getting-started.html).*

## Features
The OSGi-JAX-RS Connector provides **two bundles**. A **publisher** and a **consumer**. Both can be used completely separately or together, it's up to you. Additional the connector provides custom `@Provider` and `Feature` implementations that can be used optionally.
The OSGi-JAX-RS Connector provides **two main bundles**. A **publisher** and a **consumer**. Both can be used completely separately or together, it's up to you. Additional the connector provides custom `@Provider` and `Feature` implementations that can be used optionally.

### Publisher

Expand Down Expand Up @@ -47,24 +47,7 @@ Install from this software repository into your target: `http://hstaudacher.gith
**Please note:** If dependencies can't be satisfied please disable "include required software" within the target editor.

### Maven
**Publisher:**
```
<dependency>
<groupId>com.eclipsesource</groupId>
<artifactId>osgi-jaxrs-connector</artifactId>
</dependency>
```

**Consumer:**
```
<dependency>
<groupId>com.eclipsesource</groupId>
<artifactId>jaxrs-consumer</artifactId>
</dependency>
```

***Please note:*** Due to a renaming in version 3.0 the publisher is still called `connector` within maven central.

All artifacts of this projects are available in Maven Central with the group id [`com.eclipsesource.jaxrs`](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.eclipsesource.jaxrs%22).

## Usage
> A detailed step-by-step can be found [here](http://eclipsesource.com/blogs/2014/02/04/step-by-step-how-to-bring-jax-rs-and-osgi-together/).
Expand Down

0 comments on commit 5773f5b

Please sign in to comment.