aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-09 11:56:17 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-10 11:07:44 +0100
commit0f5309fd85280f73c44b81c118f816b54c5a7eae (patch)
tree6ae6be0c38eb4aaaded9d21451c90d6e35e109eb /pom.xml
parent8a2cea457ed4b0ac15f6303cd7eb48ce0d5e84d9 (diff)
downloadsonarqube-0f5309fd85280f73c44b81c118f816b54c5a7eae.tar.gz
sonarqube-0f5309fd85280f73c44b81c118f816b54c5a7eae.zip
SONAR-8646 Embed SonarFlex
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8a671e43a6a..17540340f59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,6 @@
<properties>
<!-- see http://repo1.maven.org/maven2/org/sonarsource/dotnet/sonar-csharp-plugin/ -->
<sonarCSharp.version>5.7.0.612</sonarCSharp.version>
- <sonarGit.version>1.2</sonarGit.version>
<!-- see http://repo1.maven.org/maven2/org/sonarsource/java/sonar-java-plugin/ -->
<sonarJava.version>4.5.0.8398</sonarJava.version>
<!-- see http://repo1.maven.org/maven2/org/sonarsource/javascript/sonar-javascript-plugin/ -->
@@ -58,6 +57,9 @@
<sonarPhp.version>2.9.1.1705</sonarPhp.version>
<!-- see http://repo1.maven.org/maven2/org/sonarsource/python/sonar-python-plugin/ -->
<sonarPython.version>1.7.0.1195</sonarPython.version>
+ <!-- http://repo1.maven.org/maven2/org/sonarsource/flex/sonar-flex-plugin/ -->
+ <sonarFlex.version>2.3</sonarFlex.version>
+ <sonarGit.version>1.2</sonarGit.version>
<sonarSvn.version>1.4.0.522</sonarSvn.version>
<sonarUpdateCenter.version>1.17</sonarUpdateCenter.version>
<h2.version>1.3.176</h2.version>
@@ -648,6 +650,26 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.sonarsource.flex</groupId>
+ <artifactId>sonar-flex-plugin</artifactId>
+ <version>${sonarFlex.version}</version>
+ <type>sonar-plugin</type>
+ <exclusions>
+ <!--
+ no need for transitive dependencies as only the JAR file
+ is needed for the zip bundle
+ -->
+ <exclusion>
+ <groupId>org.sonarsource.flex</groupId>
+ <artifactId>flex-squid</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.sonarsource.flex</groupId>
+ <artifactId>flex-checks</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.1.0</version>