aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-13 17:20:14 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-16 10:02:44 +0200
commita8b2766706a90791a978389300eb1443261578ef (patch)
tree5412df39775bb83515f35e36ea4b425debc825ad /pom.xml
parentcba2b53e32d1b4d812ce346656e6658d62ea4aed (diff)
downloadsonarqube-a8b2766706a90791a978389300eb1443261578ef.tar.gz
sonarqube-a8b2766706a90791a978389300eb1443261578ef.zip
SONAR-9968 distribute SonarTS on fresh installations
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 612f6acc758..cf657ecaf5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,9 @@
<sonarXml.version>1.4.3.1027</sonarXml.version>
<sonarGit.version>1.2</sonarGit.version>
<sonarSvn.version>1.5.0.715</sonarSvn.version>
+ <!-- see https://repo1.maven.org/maven2/org/sonarsource/typescript/sonar-typescript-plugin/ -->
+ <sonarTs.version>1.0.0.340</sonarTs.version>
+
<sonarUpdateCenter.version>1.18.0.487</sonarUpdateCenter.version>
<h2.version>1.3.176</h2.version>
<jetty.version>8.1.12.v20130726</jetty.version>
@@ -510,6 +513,18 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.sonarsource.typescript</groupId>
+ <artifactId>sonar-typescript-plugin</artifactId>
+ <version>${sonarTs.version}</version>
+ <type>sonar-plugin</type>
+ <exclusions>
+ <exclusion>
+ <groupId>org.sonarsource.analyzer-commons</groupId>
+ <artifactId>sonar-analyzer-commons</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-db-core</artifactId>
<version>${project.version}</version>
@@ -688,6 +703,14 @@
is needed for the zip bundle
-->
<exclusion>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.sonarsource.xml</groupId>
<artifactId>xml-squid</artifactId>
</exclusion>