aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-04-19 10:22:37 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-04-19 13:39:38 +0200
commitcf15961943c5ba81132e6f3cb45c96ed2dbb3bb4 (patch)
treee148ed8d8feb7db5dd6c0d60bc3a8c96bbb86e62 /pom.xml
parent3efb07528d4eb835a61faf35f3f02f2e3edc974d (diff)
downloadsonarqube-cf15961943c5ba81132e6f3cb45c96ed2dbb3bb4.tar.gz
sonarqube-cf15961943c5ba81132e6f3cb45c96ed2dbb3bb4.zip
SONAR-3755 improve support of issue attributes + SQL loading of RULES/PROJECTS through joins
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 fc58197a2aa..8205ae043d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1050,6 +1050,11 @@
<artifactId>akiban-persistit</artifactId>
<version>3.2.7</version>
</dependency>
+ <dependency>
+ <groupId>com.github.kevinsawicki</groupId>
+ <artifactId>http-request</artifactId>
+ <version>4.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>