diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-19 10:22:37 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-19 13:39:38 +0200 |
commit | cf15961943c5ba81132e6f3cb45c96ed2dbb3bb4 (patch) | |
tree | e148ed8d8feb7db5dd6c0d60bc3a8c96bbb86e62 /pom.xml | |
parent | 3efb07528d4eb835a61faf35f3f02f2e3edc974d (diff) | |
download | sonarqube-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |