You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/06/18 21:42:28 UTC

[sling-whiteboard] 03/04: [feature-diff] fixed OSGi imports

This is an automated email from the ASF dual-hosted git repository.

simonetripodi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 7a07d7dabe66733afd6a0d648f002ee2a0653a52
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Tue Jun 18 23:41:07 2019 +0200

    [feature-diff] fixed OSGi imports
---
 feature-diff/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/feature-diff/pom.xml b/feature-diff/pom.xml
index 2d34583..3c0e36d 100644
--- a/feature-diff/pom.xml
+++ b/feature-diff/pom.xml
@@ -126,6 +126,7 @@
           <instructions>
             <Export-Package>org.apache.sling.feature.diff*;version=${project.version}</Export-Package>
             <Import-Package>
+              org.apache.sling.feature*,
               org.apache.commons.collections4*,
               org.apache.commons.io*
             </Import-Package>