aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws-client')
-rw-r--r--sonar-ws-client/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 7bb9caf1129..7c6666fb123 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -130,13 +130,13 @@
<instructions>
<Import-Package>!*</Import-Package>
<Require-Bundle>org.apache.httpcomponents.httpclient;bundle-version="${httpclient4.version}";optional="true",
- org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true",
+ org.apache.httpcomponents.httpcore;bundle-version="${httpclient4.version}";optional="true"
</Require-Bundle>
<Export-Package>!.,org.sonar.wsclient,
org.sonar.wsclient.connectors,
org.sonar.wsclient.services
</Export-Package>
- <Bundle-RequiredExecutionEnvironment>J2SE-1.6</Bundle-RequiredExecutionEnvironment>
+ <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment>
</instructions>
</configuration>
<executions>