From 3490a52d6c4ae9051016d4cdc5af7970d310832d Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 18 Jun 2013 09:10:39 +0200 Subject: [PATCH] Fix OSGi metadata of ws-client --- sonar-ws-client/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 5d09bdbb026..a33b181acf4 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -138,11 +138,12 @@ org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true" !.,org.sonar.wsclient, + org.sonar.wsclient.base, org.sonar.wsclient.component, org.sonar.wsclient.connectors, - org.sonar.wsclient.services, org.sonar.wsclient.issue, org.sonar.wsclient.rule, + org.sonar.wsclient.services, org.sonar.wsclient.user JavaSE-1.6 -- 2.39.5