mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ENT-12355 - Javassist runtime dependency (#7854)
* Added javassist as a runtime dependency * Removed javassist dependency in node
This commit is contained in:
parent
ea46724196
commit
2bd47a2122
@ -6,22 +6,12 @@ apply plugin: 'com.jfrog.artifactory'
|
||||
description 'A javaagent to allow hooking into Kryo checkpoints'
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
compileOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
compileOnly "org.javassist:javassist:$javaassist_version"
|
||||
compile "org.javassist:javassist:$javaassist_version"
|
||||
compileOnly "com.esotericsoftware:kryo:$kryo_version"
|
||||
compileOnly "co.paralleluniverse:quasar-core:$quasar_version"
|
||||
|
||||
compileOnly (project(':core')) {
|
||||
transitive = false
|
||||
transitive = true
|
||||
}
|
||||
|
||||
// Unit testing helpers.
|
||||
testCompile "org.junit.jupiter:junit-jupiter-api:${junit_jupiter_version}"
|
||||
testCompile "junit:junit:$junit_version"
|
||||
|
||||
// SLF4J: commons-logging bindings for a SLF4J back end
|
||||
compileOnly "org.slf4j:slf4j-api:$slf4j_version"
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Loading…
Reference in New Issue
Block a user