From 9678ebc554ee2c2581268c956040e3ebc7adcb12 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 12 Jun 2013 23:28:00 +0200 Subject: Improve error handling of ws-client --- sonar-ws-client/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sonar-ws-client/pom.xml') diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 2b307d7c435..7b9135ea8e7 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -10,7 +10,7 @@ sonar-ws-client jar Sonar :: Web Service Client - Java library to request Sonar web services + Java Client Library for Sonar Web Services 4.2.2 @@ -133,10 +133,12 @@ org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true" !.,org.sonar.wsclient, + org.sonar.wsclient.component, org.sonar.wsclient.connectors, org.sonar.wsclient.services, org.sonar.wsclient.issue, - org.sonar.wsclient.rule + org.sonar.wsclient.rule, + org.sonar.wsclient.user JavaSE-1.6 -- cgit v1.2.3