diff options
author | Vitaly Takmazov | 2020-10-19 08:43:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-19 08:43:53 +0300 |
commit | 06914c210bbf1130299c380eff1e300b5ea0b8f9 (patch) | |
tree | 468a0c880685448dfe9db9ea4e324398f6fbd1be /build.gradle | |
parent | 2ca1229b09949d696f8be85a31aacf1951216454 (diff) |
VSCode support
* Now project working correctly with vscode-java plugin
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9fc5d467..156701f5 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,9 @@ dependencies { compile 'com.nimbusds:nimbus-jose-jwt:9.0.1' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.44.0') + testCompile 'net.sourceforge.htmlunit:htmlunit:2.44.0', { + exclude group: 'xml-apis', module:'xml-apis' + } testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") |