aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-05-11 18:32:30 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-05-12 12:37:19 +0200
commit8875546d4d04eaaeba745f468b78918459f905fb (patch)
tree8e76866373d57638cd216a097b48ae911114b4cb /pom.xml
parentc01e10ac1000017f3930193d42222e257155fc42 (diff)
downloadsonarqube-8875546d4d04eaaeba745f468b78918459f905fb.tar.gz
sonarqube-8875546d4d04eaaeba745f468b78918459f905fb.zip
SONAR-9190 Embed SonarXML 4.2.885
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3bfa6254921..5f50c351f73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,8 +56,10 @@
<sonarPhp.version>2.9.2.1744</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/ -->
+ <!-- see http://repo1.maven.org/maven2/org/sonarsource/flex/sonar-flex-plugin/ -->
<sonarFlex.version>2.3</sonarFlex.version>
+ <!-- see http://http://repo1.maven.org/maven2/org/sonarsource/xml/sonar-xml-plugin/ -->
+ <sonarXml.version>1.4.2.885</sonarXml.version>
<sonarGit.version>1.2</sonarGit.version>
<sonarSvn.version>1.4.0.522</sonarSvn.version>
<sonarUpdateCenter.version>1.18.0.487</sonarUpdateCenter.version>
@@ -665,6 +667,22 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.sonarsource.xml</groupId>
+ <artifactId>sonar-xml-plugin</artifactId>
+ <version>${sonarXml.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.xml</groupId>
+ <artifactId>xml-squid</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.1.0</version>