summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-31 12:20:55 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-05 09:58:04 +0200
commit975158a5a726aa67c093f85779ac2c97efd03bb8 (patch)
treef2feb4851f4a0e2a6723e20d182413a01aeffade /pom.xml
parent87d559b07cdc6727dafe0c9e1286b30c8e7867ea (diff)
downloadsonarqube-975158a5a726aa67c093f85779ac2c97efd03bb8.tar.gz
sonarqube-975158a5a726aa67c093f85779ac2c97efd03bb8.zip
SONAR-7436 replace JMX/RMI by HTTP
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 6bb1a156a7c..e5516516da1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,6 +674,11 @@
<version>3.2.7</version>
</dependency>
<dependency>
+ <groupId>org.nanohttpd</groupId>
+ <artifactId>nanohttpd</artifactId>
+ <version>2.3.0</version>
+ </dependency>
+ <dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
<version>2.15</version>