diff options
| author | Amaury Levé | 2018-06-13 18:24:11 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-13 18:24:11 +0200 |
| commit | b3887099d35a9d8909c00f43ca194cc02ba0b16a (patch) | |
| tree | 5e5c1e1f99f205d0627743d4734303b7d560b14a /sonar-css-plugin/pom.xml | |
| parent | df153ba45fffa47f1bff7a4201d5fd16fc7b3445 (diff) | |
| download | sonar-css-b3887099d35a9d8909c00f43ca194cc02ba0b16a.tar.bz2 | |
Add syntax highlighting for strings and comments (#43)
Diffstat (limited to 'sonar-css-plugin/pom.xml')
| -rw-r--r-- | sonar-css-plugin/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-css-plugin/pom.xml b/sonar-css-plugin/pom.xml index 0ceb4b0..a1b3ecc 100644 --- a/sonar-css-plugin/pom.xml +++ b/sonar-css-plugin/pom.xml @@ -56,6 +56,11 @@ <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> </dependencies> <build> @@ -111,7 +116,7 @@ <rules> <requireFilesSize> <minsize>10000</minsize> - <maxsize>50000</maxsize> + <maxsize>200000</maxsize> <files> <file>${project.build.directory}/${project.build.finalName}.jar</file> </files> |
