diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-06-06 09:59:45 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-06-06 09:59:45 +0200 |
commit | 01c2ffe45e6d1f23d39f406893a8d1966e6d8a25 (patch) | |
tree | 94ff89781637462a8de9539fba789948ad98b5eb /sonar-server | |
parent | a63b033c8444072bdcc3725ebbe41c5869cc1c1a (diff) | |
download | sonarqube-01c2ffe45e6d1f23d39f406893a8d1966e6d8a25.tar.gz sonarqube-01c2ffe45e6d1f23d39f406893a8d1966e6d8a25.zip |
SONAR-3538 Create the Java Plugin that embeds the SQALE model
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 2f2c4b930c9..b690863fd84 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -484,6 +484,13 @@ <type>sonar-plugin</type> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-java-plugin</artifactId> + <version>${project.version}</version> + <type>sonar-plugin</type> + <scope>provided</scope> + </dependency> </dependencies> </profile> |