diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-31 12:20:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-05 09:58:04 +0200 |
commit | 975158a5a726aa67c093f85779ac2c97efd03bb8 (patch) | |
tree | f2feb4851f4a0e2a6723e20d182413a01aeffade /pom.xml | |
parent | 87d559b07cdc6727dafe0c9e1286b30c8e7867ea (diff) | |
download | sonarqube-975158a5a726aa67c093f85779ac2c97efd03bb8.tar.gz sonarqube-975158a5a726aa67c093f85779ac2c97efd03bb8.zip |
SONAR-7436 replace JMX/RMI by HTTP
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |