Deactivate json path using modules : graddle-tooling-api no more available
altenative solution to be defined
diff --git a/distribution/generator/profile/pom.xml b/distribution/generator/profile/pom.xml
index 5ee0c8e..0bc2612 100644
--- a/distribution/generator/profile/pom.xml
+++ b/distribution/generator/profile/pom.xml
@@ -92,7 +92,7 @@
<module>onem2m</module>
<module>onem2m-mqttbinding</module>
<module>rest-profile</module>
- <module>jsonpath-profile</module>
+ <!--<module>jsonpath-profile</module>-->
<module>simulation-profile</module>
<module>http-storage-agent-profile</module>
<module>influxdb-storage-agent-profile</module>
diff --git a/platform/northbound/pom.xml b/platform/northbound/pom.xml
index 8c30f09..5d5ac58 100644
--- a/platform/northbound/pom.xml
+++ b/platform/northbound/pom.xml
@@ -27,7 +27,7 @@
<modules>
<module>rest-access</module>
- <module>jsonpath-filtering</module>
+ <!--<module>jsonpath-filtering</module>-->
<module>geo-filtering</module>
<module>ldap-filtering</module>
<module>mqtt</module>