Skip to content

Commit

Permalink
Removed -SNAPSHOT from xmlunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdigger committed Mar 11, 2016
1 parent 330cdf3 commit eea0309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
runtime "commons-io:commons-io:2.4"

testCompile "cglib:cglib-nodep:2.2"
testCompile "org.xmlunit:xmlunit-core:2.0.0-SNAPSHOT"
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"

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

Expand Down

0 comments on commit eea0309

Please sign in to comment.