Updated JAX RS to the actual version that is downloaded to avoid mismatches with the dependencies zip.

This commit is contained in:
Clinton Alexander 2017-02-24 17:29:32 +00:00
parent b2a78c7943
commit f091659b7c

View File

@ -93,7 +93,7 @@ dependencies {
compile "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final"
// RS API: Response type and codes for ApiUtils.
compile "javax.ws.rs:javax.ws.rs-api:2.0"
compile "javax.ws.rs:javax.ws.rs-api:2.0.1"
// Requery: SQL based query & persistence for Kotlin
compile "io.requery:requery-kotlin:$requery_version"