Add test for dependencies verification metadata
Every dependency used in project should have MD5 and SHA-256 hash ^KTI-943
This commit is contained in:
committed by
Space Team
parent
e4e15f36ce
commit
67576b02c4
@@ -35,6 +35,9 @@ dependencies {
|
||||
|
||||
testImplementation(commonDependency("org.jetbrains.kotlin:kotlin-reflect")) { isTransitive = false }
|
||||
testImplementation(toolsJar())
|
||||
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.7")
|
||||
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.7")
|
||||
testImplementation("com.fasterxml.woodstox:woodstox-core:6.2.4")
|
||||
|
||||
antLauncherJar(commonDependency("org.apache.ant", "ant"))
|
||||
antLauncherJar(toolsJar())
|
||||
|
||||
Reference in New Issue
Block a user