Skip to content

Commit eea0309

Browse files
committed
Removed -SNAPSHOT from xmlunit
1 parent 330cdf3 commit eea0309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
runtime "commons-io:commons-io:2.4"
5353

5454
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"
55+
testCompile "org.xmlunit:xmlunit-core:2.0.0"
56+
testCompile "org.xmlunit:xmlunit-matchers:2.0.0"
5757

5858
testCompile "org.eclipse.jetty:jetty-server:9.3.6.v20151106"
5959

0 commit comments

Comments
 (0)