diff options
author | David Gageot <david@gageot.net> | 2012-07-17 22:47:55 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-07-17 22:48:02 +0200 |
commit | 0e8e411855094eaffea051a137c1aa27b1cb479a (patch) | |
tree | 73163ebadca73ba9d5c63854d8a589eacd88c40b /sonar-plugin-api/pom.xml | |
parent | 597590251a7b5cd90ca862031b714237233065dc (diff) | |
download | sonarqube-0e8e411855094eaffea051a137c1aa27b1cb479a.tar.gz sonarqube-0e8e411855094eaffea051a137c1aa27b1cb479a.zip |
Replace jetty-servlet-tester with SimpleHttp
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 2cc98c4714c..ae182ec583a 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -175,8 +175,9 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-servlet-tester</artifactId> + <groupId>org.simpleframework</groupId> + <artifactId>simple</artifactId> + <version>4.1.21</version> <scope>test</scope> </dependency> </dependencies> |