[
https://issues.apache.org/jira/browse/SLING-6474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829789#comment-15829789
]
Chetan Mehrotra commented on SLING-6474:
----------------------------------------
I think its already 3.2.0
{noformat}
mvn help:effective-pom | grep -C 3 maven-bundle-plugin
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
--
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.2.0</version>
<extensions>true</extensions>
<executions>
{noformat}
Also see [1]
[1] https://github.com/apache/sling/blob/trunk/parent/pom.xml#L392
> Commons Metrics DOES not declare provide capability for Metrics service
> -----------------------------------------------------------------------
>
> Key: SLING-6474
> URL: https://issues.apache.org/jira/browse/SLING-6474
> Project: Sling
> Issue Type: Improvement
> Components: Commons
> Affects Versions: Commons Metrics 1.2.0
> Reporter: Nino Martinez
> Assignee: Chetan Mehrotra
> Fix For: Commons Metrics 1.2.2
>
>
> Commons Metrics needs to declare provide capability for
> org.apache.sling.commons.metrics.MetricsService in manifest.MF
> otherwise other bundles that specifies require capability on the
> MetricsService will fail to start.
> AS of maven bundle plugin 3.2.0 this will become a problem, since they fixed
> the capabilities generation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)