We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330cdf3 commit eea0309Copy full SHA for eea0309
build.gradle
@@ -52,8 +52,8 @@ dependencies {
52
runtime "commons-io:commons-io:2.4"
53
54
testCompile "cglib:cglib-nodep:2.2"
55
- testCompile "org.xmlunit:xmlunit-core:2.0.0-SNAPSHOT"
56
- testCompile "org.xmlunit:xmlunit-matchers:2.0.0-SNAPSHOT"
+ testCompile "org.xmlunit:xmlunit-core:2.0.0"
+ testCompile "org.xmlunit:xmlunit-matchers:2.0.0"
57
58
testCompile "org.eclipse.jetty:jetty-server:9.3.6.v20151106"
59
0 commit comments