diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-18 09:10:39 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-18 09:22:17 +0200 |
commit | 4ce7a5d8a0b428119d4c4214d83927398f873d50 (patch) | |
tree | 7de077deda483d45998974fe6587087460ba16e2 /sonar-ws-client/pom.xml | |
parent | 48b89ddee52837462ba5500ef86ce36be70c1dd6 (diff) | |
download | sonarqube-4ce7a5d8a0b428119d4c4214d83927398f873d50.tar.gz sonarqube-4ce7a5d8a0b428119d4c4214d83927398f873d50.zip |
Fix OSGi metadata of ws-client
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r-- | sonar-ws-client/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 5a601b5e32c..74640c69423 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" </Require-Bundle> <Export-Package>!.,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 </Export-Package> <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> |