mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Merge pull request #7865 from corda/merge-release/os/4.11-release/os/4.12-2024-11-01-437
ENT-12153: Merging forward updates from release/os/4.11 to release/os/4.12 - 2024-11-01
This commit is contained in:
commit
003da6906f
@ -5,21 +5,13 @@ apply plugin: 'corda.common-publishing'
|
||||
description 'A javaagent to allow hooking into Kryo checkpoints'
|
||||
|
||||
dependencies {
|
||||
compileOnly "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
implementation "org.javassist:javassist:$javaassist_version"
|
||||
compileOnly "com.esotericsoftware:kryo:$kryo_version"
|
||||
compileOnly "co.paralleluniverse:quasar-core:$quasar_version"
|
||||
|
||||
implementation (project(':core')) {
|
||||
transitive = false
|
||||
compileOnly (project(':core')) {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
// Unit testing helpers.
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${junit_jupiter_version}"
|
||||
testImplementation "junit:junit:$junit_version"
|
||||
|
||||
// SLF4J: commons-logging bindings for a SLF4J back end
|
||||
implementation "org.slf4j:slf4j-api:$slf4j_version"
|
||||
}
|
||||
|
||||
configurations.implementation.canBeResolved = true
|
||||
|
Loading…
Reference in New Issue
Block a user