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
The following commit(s) were added to refs/heads/2.2.X by this push:
new 1c3bad31d Fixed an OSGi export typo
1c3bad31d is described below
commit 1c3bad31da5b4f8231f246a61f594bed4d322db1
Author: emmanuel lecharny <[email protected]>
AuthorDate: Wed Jul 20 09:31:00 2022 +0200
Fixed an OSGi export typo
---
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>