diff options
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 52f84b37bf7..5f7d1d38031 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -135,7 +135,8 @@ <Export-Package>!.,org.sonar.wsclient, org.sonar.wsclient.connectors, org.sonar.wsclient.services, - org.sonar.wsclient.issue + org.sonar.wsclient.issue, + org.sonar.wsclient.rule </Export-Package> <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> </instructions> |