2022-11-05 20:32:41 +01:00
|
|
|
|
|
|
|
apply from: rootProject.file('gradle/test/jmh.gradle')
|
|
|
|
|
2021-07-14 11:18:11 +02:00
|
|
|
dependencies {
|
2022-06-01 10:09:09 +02:00
|
|
|
implementation libs.javassist
|
2023-12-12 19:45:37 +01:00
|
|
|
testImplementation testLibs.junit4
|
|
|
|
testImplementation testLibs.jackson
|
|
|
|
testImplementation testLibs.gson
|
|
|
|
jmhImplementation testLibs.gson
|
|
|
|
jmhImplementation testLibs.jackson.annotations
|
|
|
|
jmhImplementation testLibs.jackson.databind
|
2022-06-01 10:09:09 +02:00
|
|
|
}
|