Skip to content

Commit 258564d

Browse files
author
Adrian Clay
authored
Remove unnecessary dependency override (#283)
Checking the gradle dependencies installed, this wasn't being installed so this override is unnecessary.
1 parent fbe3486 commit 258564d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

service/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ dependencies {
4040
testImplementation 'io.rest-assured:xml-path:5.0.1'
4141
testImplementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-dstu3:5.7.2'
4242
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-
}
4943
}
5044

5145

0 commit comments

Comments
 (0)