Skip to content

Commit

Permalink
Update JUnit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhard committed Jan 9, 2015
1 parent 1e2620b commit e9de457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

compile 'org.apache.santuario:xmlsec:2.0.2' // for canonical XML form

testCompile 'junit:junit:4.11'
testCompile 'junit:junit:4.+'

external files(fileTree(dir: "${props.getProperty("soapui.home")}/bin", includes: ['*.jar']))
external files(fileTree(dir: "${props.getProperty("soapui.home")}/lib", includes: ['*.jar'], excludes: ['groovy*', 'log4j*', 'commons-io*', 'commons-lang*', 'http*', 'commons-http*', 'commons-codec*']))
Expand Down

0 comments on commit e9de457

Please sign in to comment.