Remove reference to unavailable graddle-tooling-api module
diff --git a/platform/northbound/jsonpath-filtering/jsonpath-filter/pom.xml b/platform/northbound/jsonpath-filtering/jsonpath-filter/pom.xml
index cfe0bd4..e4ef21f 100644
--- a/platform/northbound/jsonpath-filtering/jsonpath-filter/pom.xml
+++ b/platform/northbound/jsonpath-filtering/jsonpath-filter/pom.xml
@@ -84,10 +84,12 @@
 			<scope>test</scope>
 		</dependency>
 		<!-- dirty trick to avoid to change the global settings.xml file-->
+		<!--
 		<dependency>		
 			<groupId>org.gradle</groupId>
 			<artifactId>gradle-tooling-api</artifactId>
 		</dependency>
+		-->
 	</dependencies>
 
 	<build>