diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-13 17:20:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-16 10:02:44 +0200 |
commit | a8b2766706a90791a978389300eb1443261578ef (patch) | |
tree | 5412df39775bb83515f35e36ea4b425debc825ad /sonar-application | |
parent | cba2b53e32d1b4d812ce346656e6658d62ea4aed (diff) | |
download | sonarqube-a8b2766706a90791a978389300eb1443261578ef.tar.gz sonarqube-a8b2766706a90791a978389300eb1443261578ef.zip |
SONAR-9968 distribute SonarTS on fresh installations
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index aa930cc5317..35ab0f0eecf 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -112,6 +112,12 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.sonarsource.flex</groupId> + <artifactId>sonar-flex-plugin</artifactId> + <type>sonar-plugin</type> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.sonarsource.scm.git</groupId> <artifactId>sonar-scm-git-plugin</artifactId> <type>sonar-plugin</type> @@ -136,8 +142,8 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.sonarsource.flex</groupId> - <artifactId>sonar-flex-plugin</artifactId> + <groupId>org.sonarsource.typescript</groupId> + <artifactId>sonar-typescript-plugin</artifactId> <type>sonar-plugin</type> <scope>provided</scope> </dependency> |