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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 65014957b2846995f0fb9a731b054b7a67492d33
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Sep 20 18:16:04 2024 +0200

    Panama package shall not be exported to all.
---
 incubator/src/org.apache.sis.storage.gdal/main/module-info.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/incubator/src/org.apache.sis.storage.gdal/main/module-info.java 
b/incubator/src/org.apache.sis.storage.gdal/main/module-info.java
index 3c5d938bc2..f191af4435 100644
--- a/incubator/src/org.apache.sis.storage.gdal/main/module-info.java
+++ b/incubator/src/org.apache.sis.storage.gdal/main/module-info.java
@@ -53,7 +53,9 @@ module org.apache.sis.storage.gdal {
     requires transitive org.apache.sis.storage;
 
     exports org.apache.sis.storage.gdal;
-    exports org.apache.sis.storage.panama;
+
+    exports org.apache.sis.storage.panama to
+            org.apache.sis.storage.gsf;                 // In the "incubator" 
sub-project.
 
     provides org.apache.sis.storage.DataStoreProvider
             with org.apache.sis.storage.gdal.GDALStoreProvider;

Reply via email to