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

elecharny pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git

commit f73351403b4c82894398c342d1ed4dce1861d0b9
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sun Apr 30 05:08:33 2023 +0200

    Fixed a OSGi issue - a missing comma -
---
 mina-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mina-core/pom.xml b/mina-core/pom.xml
index 3bda3f293..1f644401a 100644
--- a/mina-core/pom.xml
+++ b/mina-core/pom.xml
@@ -94,7 +94,7 @@
               org.apache.mina.transport.socket,
               org.apache.mina.transport.socket.nio,
               org.apache.mina.transport.vmpipe,
-              org.apache.mina.util
+              org.apache.mina.util,
               org.apache.mina.util.byteaccess
             </Export-Package>
             <Import-Package>

Reply via email to