aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-11-19 17:57:41 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-11-21 12:31:43 +0100
commit8626de845cacacd3f1e7ee31c5dfc3c182f26d95 (patch)
treea273b884ebcdf004bf483acf6e388b17ebe948f6 /pom.xml
parent3d927716ac936075ea2d01acc1f8e7dd15135497 (diff)
downloadsonarqube-8626de845cacacd3f1e7ee31c5dfc3c182f26d95.tar.gz
sonarqube-8626de845cacacd3f1e7ee31c5dfc3c182f26d95.zip
SONAR-5801 Create search index structure and initial indexation method for source lines
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 95a61e66533..e10fbdcf014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,6 +696,11 @@
<version>2.4</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-csv</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.8</version>