mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
CORDA-2333: Reverting jersey and mockito as it currently causes issues with ENT (#5228)
This commit is contained in:
parent
632a3f4a7a
commit
df19b444dd
@ -45,7 +45,7 @@ buildscript {
|
||||
// upgrade Jackson only when corda is using kotlin 1.3.10
|
||||
ext.jackson_version = '2.9.5'
|
||||
ext.jetty_version = '9.4.18.v20190429'
|
||||
ext.jersey_version = '2.28'
|
||||
ext.jersey_version = '2.25'
|
||||
ext.servlet_version = '4.0.1'
|
||||
ext.assertj_version = '3.12.2'
|
||||
ext.slf4j_version = '1.7.25'
|
||||
@ -68,7 +68,8 @@ buildscript {
|
||||
ext.junit_vintage_version = '5.5.0-RC1'
|
||||
ext.junit_jupiter_version = '5.5.0-RC1'
|
||||
ext.junit_platform_version = '1.5.0-RC1'
|
||||
ext.mockito_version = '2.28.2'
|
||||
// TODO Update this to the latest version when hibernate is updated
|
||||
ext.mockito_version = '2.18.3'
|
||||
ext.mockito_kotlin_version = '1.6.0'
|
||||
ext.hamkrest_version = '1.7.0.0'
|
||||
ext.jopt_simple_version = '5.0.2'
|
||||
|
@ -46,7 +46,6 @@ dependencies {
|
||||
|
||||
// Jersey for JAX-RS implementation for use in Jetty
|
||||
compile "org.glassfish.jersey.core:jersey-server:${jersey_version}"
|
||||
compile "org.glassfish.jersey.inject:jersey-hk2:${jersey_version}"
|
||||
compile "org.glassfish.jersey.containers:jersey-container-servlet-core:${jersey_version}"
|
||||
compile "org.glassfish.jersey.containers:jersey-container-jetty-http:${jersey_version}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user