File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ val commonsValidatorVersion = "1.9.0"
8
8
val mockkVersion = " 1.13.12"
9
9
val archunitVersion = " 1.3.0"
10
10
val logunitVersion = " 2.0.0"
11
+ val xmlunitVersion = " 2.10.0"
11
12
12
13
plugins {
13
14
val springDependencyManagementVersion = " 1.1.6"
@@ -70,6 +71,7 @@ dependencies {
70
71
testImplementation(" org.junit.platform:junit-platform-testkit" )
71
72
testImplementation(" org.springframework.boot:spring-boot-starter-data-redis" )
72
73
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
74
+ testImplementation(" org.xmlunit:xmlunit-core:$xmlunitVersion " )
73
75
testImplementation(" com.jayway.jsonpath:json-path:$jsonPathVersion " ) // override transitive dep due to CVE violation
74
76
testImplementation(" io.mockk:mockk:$mockkVersion " )
75
77
testImplementation(" com.tngtech.archunit:archunit-junit5:$archunitVersion " )
@@ -170,4 +172,4 @@ tasks.javadoc {
170
172
171
173
release {
172
174
tagTemplate = " v${version} "
173
- }
175
+ }
You can’t perform that action at this time.
0 commit comments