aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-10-19 08:43:53 +0300
committerGravatar Vitaly Takmazov2020-10-19 08:43:53 +0300
commit06914c210bbf1130299c380eff1e300b5ea0b8f9 (patch)
tree468a0c880685448dfe9db9ea4e324398f6fbd1be /build.gradle
parent2ca1229b09949d696f8be85a31aacf1951216454 (diff)
VSCode support
* Now project working correctly with vscode-java plugin
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
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")