You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2021/03/17 12:55:49 UTC

[mina-sshd] branch master updated: [SSHD-1146] Add missing Import-Package header in sshd-osgi

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 898939d  [SSHD-1146] Add missing Import-Package header in sshd-osgi
898939d is described below

commit 898939dfd53c2e31bd97c20a4cdee872b8d357f8
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Mar 17 13:55:32 2021 +0100

    [SSHD-1146] Add missing Import-Package header in sshd-osgi
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ed5263d..20258d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1421,7 +1421,7 @@
                         </goals>
                         <configuration>
                             <instructions>
-                                <Import-Package>org.apache.sshd*;version="[$(version;==;${sshd.osgi.version.clean}),$(version;=+;${sshd.osgi.version.clean}))"</Import-Package>
+                                <Import-Package>org.apache.sshd*;version="[$(version;==;${sshd.osgi.version.clean}),$(version;=+;${sshd.osgi.version.clean}))",*</Import-Package>
                                 <Export-Package>*;-noimport:=true</Export-Package>
                             </instructions>
                             <noWarningProjectTypes>pom</noWarningProjectTypes>