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

Jacek Kowalski
2020-03-16 aec94b681c69eb429fcfa5050602608d8cfcdb86
commit | author | age
5686c9 1 apply plugin: 'groovy'
JK 2
3 dependencies {
aec94b 4     compile 'org.codehaus.groovy:groovy-all:2.5.10'
5686c9 5     compile 'junit:junit:4.12'
JK 6     compile 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1'
7 }
8
9 repositories { mavenCentral() }