This repository was archived by the owner on Feb 15, 2019. It is now read-only.
Open
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,14 +33,14 @@ JSON-B is a standard binding layer for converting Java objects to/from JSON mess
<dependency>
<groupId>javax.json.bind</groupId>
<artifactId>javax.json.bind-api</artifactId>
<version>1.0.0-RC2</version>
<version>1.0</version>
</dependency>

<!-- Yasson (JSON-B RI) -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>1.0.0-RC1</version>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down