Skip to content

Commit

Permalink
Update samples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyboucher committed Nov 5, 2017
1 parent 8ae9592 commit 2319808
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion restygwt/src/it/restygwt-cxf-jaxson-example/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.3.2</version>
<version>2.8.4</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions restygwt/src/it/restygwt-direct-example/pom.xml
Expand Up @@ -40,15 +40,15 @@
<dependencies>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1</version>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.2</version>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions restygwt/src/it/restygwt-example/pom.xml
Expand Up @@ -41,15 +41,15 @@

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.2</version>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions restygwt/src/it/restygwt-jersey-jaxb-example/pom.xml
Expand Up @@ -38,12 +38,12 @@
</properties>

<dependencies>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions restygwt/src/it/restygwt-jersey-jaxson-example/pom.xml
Expand Up @@ -41,9 +41,9 @@

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.3.2</version>
<version>2.8.4</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions restygwt/src/it/restygwt-overlay-example/pom.xml
Expand Up @@ -40,15 +40,15 @@
<dependencies>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1</version>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.2</version>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions restygwt/src/it/restygwt-rails-example/pom.xml
Expand Up @@ -61,8 +61,8 @@
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1</version>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 2319808

Please sign in to comment.