aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorElena Vilchik2018-06-14 17:40:32 +0200
committerGitHub2018-06-14 17:40:32 +0200
commit6383829aa3b6b25975da1fe7c618e3f611d8c6e1 (patch)
tree25752e58f8ef71a3a3db849a987dc24a1f54e0f1 /pom.xml
parentb3887099d35a9d8909c00f43ca194cc02ba0b16a (diff)
downloadsonar-css-6383829aa3b6b25975da1fe7c618e3f611d8c6e1.tar.bz2
Integrate stylelint inside plugin (#42)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6517678..e4d7bff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,8 @@
<sonarlint.version>3.1.0.1376</sonarlint.version>
<jsr305.version>3.0.2</jsr305.version>
<mockito.version>2.18.3</mockito.version>
+ <commons-io.version>2.5</commons-io.version>
+ <gson.version>2.6.2</gson.version>
<sonar-analyzer-commons.version>1.7.0.243</sonar-analyzer-commons.version>
<artifactsToPublish>${project.groupId}:sonar-css-plugin:jar</artifactsToPublish>
@@ -98,6 +100,16 @@
<artifactId>sonar-analyzer-commons</artifactId>
<version>${sonar-analyzer-commons.version}</version>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>${commons-io.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>${gson.version}</version>
+ </dependency>
<!-- Test dependencies -->
<dependency>