From 588904e9c4460e485749effc85663e4594e16c79 Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Fri, 31 Mar 2017 11:49:35 +0200 Subject: SONAR-9057 add module sonar-ce-api this module provides code shared by sonar-web and sonar-ce --- server/sonar-ce-api/pom.xml | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 server/sonar-ce-api/pom.xml (limited to 'server/sonar-ce-api/pom.xml') diff --git a/server/sonar-ce-api/pom.xml b/server/sonar-ce-api/pom.xml new file mode 100644 index 00000000000..c492649ca11 --- /dev/null +++ b/server/sonar-ce-api/pom.xml @@ -0,0 +1,62 @@ + + + 4.0.0 + + org.sonarsource.sonarqube + server + 6.4-SNAPSHOT + .. + + sonar-ce-api + SonarQube :: Compute Engine API + + + + + com.google.code.findbugs + jsr305 + provided + + + org.picocontainer + picocontainer + + + com.google.guava + guava + + + org.sonarsource.sonarqube + sonar-plugin-api + + + + + junit + junit + test + + + com.tngtech.java + junit-dataprovider + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + ${project.groupId} + sonar-db-testing + pom + test + + + + -- cgit v1.2.3