diff --git a/.github/actions/scala_build/action.yml b/.github/actions/scala_build/action.yml
index c7719649f..7921fa6fa 100644
--- a/.github/actions/scala_build/action.yml
+++ b/.github/actions/scala_build/action.yml
@@ -23,6 +23,7 @@ runs:
sudo apt-get update && sudo apt-get install -f -y
sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb
sudo dpkg -L gdal
+ sudo apt-get install -y python3-numpy zip unzip
- name: Test and build the scala JAR - skip tests is false
if: inputs.skip_tests == 'false'
shell: bash
diff --git a/pom.xml b/pom.xml
index cc6ab42f4..2f0cb1dcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
com.fasterxml.jackson.core
jackson-databind
2.15.2
+ provided