From 2528f0d148c0f0c0f6e4022c423ac5d67dcb650a Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Mon, 12 Aug 2019 15:24:22 +0200 Subject: create webserver-auth and webserver-common from sonar-server actual module names are sonar-webserver-auth and sonar-webserver-common --- server/sonar-server/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'server/sonar-server/build.gradle') diff --git a/server/sonar-server/build.gradle b/server/sonar-server/build.gradle index d15997a4a14..f225dbac9ca 100644 --- a/server/sonar-server/build.gradle +++ b/server/sonar-server/build.gradle @@ -50,6 +50,8 @@ dependencies { compile project(':server:sonar-db-migration') compile project(':server:sonar-process') compile project(':server:sonar-server-common') + compile project(':server:sonar-webserver-auth') + compile project(':server:sonar-webserver-common') compile project(':server:sonar-webserver-ws') compile project(':sonar-core') compile project(':sonar-duplications') @@ -80,8 +82,9 @@ dependencies { testCompile 'org.subethamail:subethasmtp' testCompile project(':server:sonar-db-testing') testCompile project(path: ":server:sonar-server-common", configuration: "tests") - testCompile project(':sonar-testing-harness') + testCompile project(path: ":server:sonar-webserver-auth", configuration: "tests") testCompile project(path: ":server:sonar-webserver-ws", configuration: "tests") + testCompile project(':sonar-testing-harness') runtime 'io.jsonwebtoken:jjwt-jackson' } -- cgit v1.2.3