mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
Updated JAX RS to the actual version that is downloaded to avoid mismatches with the dependencies zip.
This commit is contained in:
parent
b2a78c7943
commit
f091659b7c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user