remove useless reference

json-provider-minimal does not exist anymore and was useless for both ldap and geojson filtering - remove its reference from pom and test
diff --git a/platform/northbound/geo-filtering/geojson-filter/pom.xml b/platform/northbound/geo-filtering/geojson-filter/pom.xml
index 004dd69..46b6f85 100644
--- a/platform/northbound/geo-filtering/geojson-filter/pom.xml
+++ b/platform/northbound/geo-filtering/geojson-filter/pom.xml
@@ -236,14 +236,7 @@
 									<version>${project.version}</version>
 									<outputDirectory>${project.build.directory}/felix/bundle</outputDirectory>
 									<destFileName>rest-access.jar</destFileName>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.eclipse.sensinact.gateway.nthbnd</groupId>
-									<artifactId>json-provider-minimal</artifactId>
-									<version>${project.version}</version>
-									<outputDirectory>${project.build.directory}/felix/bundle</outputDirectory>
-									<destFileName>json-provider-minimal.jar</destFileName>
-								</artifactItem>								
+								</artifactItem>							
 						        <artifactItem>
 						            <groupId>org.slf4j</groupId>
 						            <artifactId>slf4j-api</artifactId>
diff --git a/platform/northbound/geo-filtering/geojson-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/geojson/test/TestGeoJsonFiltering.java b/platform/northbound/geo-filtering/geojson-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/geojson/test/TestGeoJsonFiltering.java
index 76568f2..6d4df97 100644
--- a/platform/northbound/geo-filtering/geojson-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/geojson/test/TestGeoJsonFiltering.java
+++ b/platform/northbound/geo-filtering/geojson-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/geojson/test/TestGeoJsonFiltering.java
@@ -75,7 +75,6 @@
 
         configuration.put("felix.auto.start.2", "file:target/felix/bundle/sensinact-test-configuration.jar " + "file:target/felix/bundle/sensinact-signature-validator.jar " + "file:target/felix/bundle/sensinact-core.jar ");
         configuration.put("felix.auto.start.3", "file:target/felix/bundle/javax.servlet-api.jar " + "file:target/felix/bundle/org.apache.felix.http.api.jar " + "file:target/felix/bundle/org.apache.felix.http.jetty.jar " + "file:target/felix/bundle/http.jar " + "file:target/felix/bundle/sensinact-northbound-access.jar " + "file:target/felix/bundle/rest-access.jar");
-        configuration.put("felix.auto.install.4", "file:target/felix/bundle/json-provider-minimal.jar");
         configuration.put("felix.auto.start.4", "file:target/felix/bundle/dynamicBundle.jar " + "file:target/felix/bundle/slider.jar " + "file:target/felix/bundle/light.jar ");
         configuration.put("org.eclipse.sensinact.gateway.security.jks.filename", "target/felix/bundle/keystore.jks");
         configuration.put("org.eclipse.sensinact.gateway.security.jks.password", "sensiNact_team");
diff --git a/platform/northbound/ldap-filtering/ldap-filter/pom.xml b/platform/northbound/ldap-filtering/ldap-filter/pom.xml
index 903f375..7035677 100644
--- a/platform/northbound/ldap-filtering/ldap-filter/pom.xml
+++ b/platform/northbound/ldap-filtering/ldap-filter/pom.xml
@@ -267,14 +267,7 @@
 									<version>${project.version}</version>
 									<outputDirectory>${project.build.directory}/felix/bundle</outputDirectory>
 									<destFileName>rest-access.jar</destFileName>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.eclipse.sensinact.gateway.nthbnd</groupId>
-									<artifactId>json-provider-minimal</artifactId>
-									<version>${project.version}</version>
-									<outputDirectory>${project.build.directory}/felix/bundle</outputDirectory>
-									<destFileName>json-provider-minimal.jar</destFileName>
-								</artifactItem>								
+								</artifactItem>							
 						        <artifactItem>
 						            <groupId>org.slf4j</groupId>
 						            <artifactId>slf4j-api</artifactId>
diff --git a/platform/northbound/ldap-filtering/ldap-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/jsonpath/test/TestLdapFiltering.java b/platform/northbound/ldap-filtering/ldap-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/jsonpath/test/TestLdapFiltering.java
index 3784437..a65b460 100644
--- a/platform/northbound/ldap-filtering/ldap-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/jsonpath/test/TestLdapFiltering.java
+++ b/platform/northbound/ldap-filtering/ldap-filter/src/test/java/org/eclipse/sensinact/gateway/nthbnd/filter/jsonpath/test/TestLdapFiltering.java
@@ -78,7 +78,6 @@
 
         configuration.put("felix.auto.start.2", "file:target/felix/bundle/sensinact-test-configuration.jar " + "file:target/felix/bundle/sensinact-signature-validator.jar " + "file:target/felix/bundle/sensinact-core.jar ");
         configuration.put("felix.auto.start.3", "file:target/felix/bundle/javax.servlet-api.jar " + "file:target/felix/bundle/org.apache.felix.http.api.jar " + "file:target/felix/bundle/org.apache.felix.http.jetty.jar " + "file:target/felix/bundle/http.jar " + "file:target/felix/bundle/sensinact-northbound-access.jar " + "file:target/felix/bundle/rest-access.jar");
-        configuration.put("felix.auto.install.4", "file:target/felix/bundle/json-provider-minimal.jar");
         configuration.put("felix.auto.start.4", "file:target/felix/bundle/dynamicBundle.jar " + "file:target/felix/bundle/slider.jar " + "file:target/felix/bundle/light.jar ");
         configuration.put("org.eclipse.sensinact.gateway.security.jks.filename", "target/felix/bundle/keystore.jks");
         configuration.put("org.eclipse.sensinact.gateway.security.jks.password", "sensiNact_team");