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

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