mirror of https://github.com/jacekkow/uphpCAS-tests

Jacek Kowalski
2015-09-05 9da16f4812a443331d93348b2b0e7a88924b6724
1
2
3
4
5
6
7
8
9
apply plugin: 'groovy'
 
dependencies {
    compile 'org.codehaus.groovy:groovy-all:2.4.4'
    compile 'junit:junit:4.12'
    compile 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1'
}
 
repositories { mavenCentral() }