diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-11-19 17:57:41 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-11-21 12:31:43 +0100 |
commit | 8626de845cacacd3f1e7ee31c5dfc3c182f26d95 (patch) | |
tree | a273b884ebcdf004bf483acf6e388b17ebe948f6 /pom.xml | |
parent | 3d927716ac936075ea2d01acc1f8e7dd15135497 (diff) | |
download | sonarqube-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |