dashboard
repositories
filestore
activity
search
login
modules
/
uphpCAS-tests
mirror of
https://github.com/jacekkow/uphpCAS-tests
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Create the CA as self-signed certs no longer work
Jacek Kowalski
2020-03-16
aec94b681c69eb429fcfa5050602608d8cfcdb86
[modules/uphpCAS-tests]
/
build.gradle
1
2
3
4
5
6
7
8
9
apply plugin: 'groovy'
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.5.10'
compile 'junit:junit:4.12'
compile 'org.seleniumhq.selenium:selenium-htmlunit-driver:2.47.1'
}
repositories { mavenCentral() }