Skip to content

Commit

Permalink
updating ci.common version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbsox committed Feb 4, 2019
1 parent 8684f28 commit 62bab34
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 @@ -58,7 +58,7 @@ dependencies {
compile gradleApi()
compile localGroovy()
compile ('net.wasdev.wlp.ant:wlp-anttasks:1.6')
compile ('net.wasdev.wlp.common:ci.common:1.3.5-SNAPSHOT')
compile ('net.wasdev.wlp.common:ci.common:1.3.5')
compile group: 'commons-io', name: 'commons-io', version: '2.5'
provided group: 'com.ibm.websphere.appserver.api', name: 'com.ibm.websphere.appserver.spi.kernel.embeddable', version: '1.0.0'
testCompile 'junit:junit:4.11'
Expand Down

0 comments on commit 62bab34

Please sign in to comment.