You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2020/03/03 17:53:53 UTC

[directory-ldap-api] branch master updated: Added the missing import on i18n

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 45eaca4  Added the missing import on i18n
45eaca4 is described below

commit 45eaca43365e8acd0a9295507787c019a4f0f071
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Tue Mar 3 18:53:25 2020 +0100

    Added the missing import on i18n
---
 ldap/net/mina/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ldap/net/mina/pom.xml b/ldap/net/mina/pom.xml
index 339fc16..cb2d28f 100644
--- a/ldap/net/mina/pom.xml
+++ b/ldap/net/mina/pom.xml
@@ -64,6 +64,7 @@
               org.apache.directory.api.ldap.codec.protocol.mina;version=${project.version};-noimport:=true
             </Export-Package>
             <Import-Package>
+              org.apache.directory.api.i18n;version=${project.version},
               org.apache.directory.api.asn1;version=${project.version},
               org.apache.directory.api.asn1.ber;version=${project.version},
               org.apache.directory.api.asn1.ber.tlv;version=${project.version},