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 2022/07/28 04:43:31 UTC

[directory-ldap-api] branch master updated: Added the commons.text OSGi import

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 d04c62dcc Added the commons.text OSGi import
d04c62dcc is described below

commit d04c62dcc44948f76e868aac662590cf5cfc61d8
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Jul 28 06:43:10 2022 +0200

    Added the commons.text OSGi import
---
 dsml/parser/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dsml/parser/pom.xml b/dsml/parser/pom.xml
index a2b7db737..588b38a5a 100644
--- a/dsml/parser/pom.xml
+++ b/dsml/parser/pom.xml
@@ -147,7 +147,8 @@
               org.dom4j.io;version=${dom4j.version},
               org.dom4j.tree;version=${dom4j.version},
               org.slf4j;version=${slf4j.api.bundleversion},
-              org.xmlpull.v1;version=${xpp3.version}
+              org.xmlpull.v1;version=${xpp3.version},
+              org.apache.commons.text;version=${commons.text.version}
             </Import-Package>
             <Automatic-Module-Name>apache.directory.ldap.api.dsml.parser</Automatic-Module-Name>
           </instructions>