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

[jira] [Resolved] (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:all-tabpanel ]

Hasan Hasan resolved CLEREZZA-1069.
-----------------------------------
    Resolution: Fixed

> 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)