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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit b761d69a0fef70839ef288ce99ad4912b7f82846
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Apr 18 10:03:29 2024 +0100

    RNG-186: OSGi export packages required by the simple module
---
 commons-rng-core/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/commons-rng-core/pom.xml b/commons-rng-core/pom.xml
index 644a081d..ca473604 100644
--- a/commons-rng-core/pom.xml
+++ b/commons-rng-core/pom.xml
@@ -41,7 +41,13 @@
     
<project.build.outputTimestamp>${rng.build.outputTimestamp}</project.build.outputTimestamp>
     <!-- OSGi -->
     
<commons.osgi.symbolicName>org.apache.commons.rng.core</commons.osgi.symbolicName>
-    <commons.osgi.export>org.apache.commons.rng.core</commons.osgi.export>
+    <!-- Export the pacakges required by the simple module -->
+    <commons.osgi.export>
+        org.apache.commons.rng.core,
+        org.apache.commons.rng.core.source32,
+        org.apache.commons.rng.core.source64,
+        org.apache.commons.rng.core.util
+    </commons.osgi.export>
     <!-- Java 9+ -->
     <commons.module.name>org.apache.commons.rng.core</commons.module.name>
     <rng.jira.component>core</rng.jira.component>

Reply via email to