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:
Bogdan Mukvich
2022-10-13 14:30:49 +02:00
committed by Space Team
parent e4e15f36ce
commit 67576b02c4
2 changed files with 73 additions and 0 deletions
+3
View File
@@ -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())