We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe3486 commit 258564dCopy full SHA for 258564d
service/build.gradle
@@ -40,12 +40,6 @@ dependencies {
40
testImplementation 'io.rest-assured:xml-path:5.0.1'
41
testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3:5.7.2'
42
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
43
-
44
- constraints {
45
- testImplementation('org.apache.commons:commons-compress:1.21') {
46
- because 'to fix https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-1316638'
47
- }
48
49
}
50
51
0 commit comments