aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-18 09:10:39 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-18 09:10:39 +0200
commit3490a52d6c4ae9051016d4cdc5af7970d310832d (patch)
treec3ed8a7e525b3c7082fbcaf66d1140eb25ca3f64
parent5eca7023ffd1b2992ee113893b98548fabbbcae6 (diff)
downloadsonarqube-3490a52d6c4ae9051016d4cdc5af7970d310832d.tar.gz
sonarqube-3490a52d6c4ae9051016d4cdc5af7970d310832d.zip
Fix OSGi metadata of ws-client
-rw-r--r--sonar-ws-client/pom.xml3
1 files changed, 2 insertions, 1 deletions
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"
</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>