Reference child project

Add the influxdb-connector module reference into its parent pom file
diff --git a/platform/tools/pom.xml b/platform/tools/pom.xml
index 7c9052f..f910419 100644
--- a/platform/tools/pom.xml
+++ b/platform/tools/pom.xml
@@ -33,5 +33,6 @@
 		<!--<module>studio-web</module> -->
 		<module>swagger</module>
 		<module>mqtt-server</module>
+		<module>influxdb-connector</module>
 	</modules>
 </project>