diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-07 17:09:48 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-07 17:13:17 +0100 |
commit | 0c410b971537947ff4900e015fe71dd3e81157f2 (patch) | |
tree | 53ffe110128a866a218fa7fc4435b26283b095ac /sonar-ws-client | |
parent | b633e57cbfe1789a2048b3b79702ff84514e8525 (diff) | |
download | sonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.tar.gz sonarqube-0c410b971537947ff4900e015fe71dd3e81157f2.zip |
Remove useless Maven dependencies
Diffstat (limited to 'sonar-ws-client')
-rw-r--r-- | sonar-ws-client/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 49d446dd589..ec7b3dca56d 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -15,7 +15,6 @@ <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> - <version>1.1</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> |