Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
apply plugin: 'idea'
apply from: 'jacoco.gradle'
dependencies {
compile project(':VarUtilityServices')
compile "commons-beanutils:commons-beanutils:1.8.3"
compile "commons-lang:commons-lang:2.6"
compile "commons-logging:commons-logging:1.1.1"
compile "log4j:log4j:1.2.16"
compile "junit:junit-dep:4.10"
compile "net.sourceforge.htmlunit:htmlunit:2.12"
compile 'com.thoughtworks.xstream:xstream:1.4.2'
testCompile "net.sourceforge.htmlunit:htmlunit:2.12"
testCompile 'org.springframework:spring-test:4.2.5.RELEASE'
}