You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/07/13 05:37:00 UTC

[jira] [Commented] (CLEREZZA-1069) Remove Import-Package instruction of maven bundle plugin in parent pom.xml

    [ https://issues.apache.org/jira/browse/CLEREZZA-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379601#comment-17379601 ] 

ASF subversion and git services commented on CLEREZZA-1069:
-----------------------------------------------------------

Commit d30087e23820f5fe133d51225f9fc0a5dce4a934 in clerezza's branch refs/heads/master from Hasan Hasan
[ https://gitbox.apache.org/repos/asf?p=clerezza.git;h=d30087e ]

CLEREZZA-1069: Comment out Import-Package instruction
of maven-bundle-plugin in parent pom.xml


> Remove Import-Package instruction of maven bundle plugin in parent pom.xml
> --------------------------------------------------------------------------
>
>                 Key: CLEREZZA-1069
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-1069
>             Project: Clerezza
>          Issue Type: Improvement
>            Reporter: Hasan Hasan
>            Assignee: Hasan Hasan
>            Priority: Major
>
> While compiling some child projects, we got a warning, e.g.,
> [WARNING] Bundle org.apache.clerezza:api:bundle:2.0.1-SNAPSHOT : Unused Import-Package instructions: [org.osgi.*, javax.ws.rs.*, org.apache.stanbol.commons.security.*, com.google.common.*, org.slf4j.*]
> We should remove this instruction from parent pom.xml
> {noformat}
> <Import-Package>org.osgi.*; version="[1,2)",javax.ws.rs.*; version="[1,3)",
> org.apache.stanbol.commons.security.*; version="[0,3)",
> com.google.common.*; version="[14.0.0,18.0.0)", org.slf4j.*;version="[1.5,2)", *</Import-Package>{noformat}
> Child projects which need it, should define it themselves
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)