From ecf80b3c6a8a9e58f81757ae13198ade9f3071ff Mon Sep 17 00:00:00 2001
From: Armand Bahi <armand.bahi@veremes.com>
Date: Fri, 5 Oct 2018 14:57:58 +0000
Subject: [PATCH] Update dependency.xml

---
 _install/dependency.xml | 76 ++++++++++++++++++++---------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

diff --git a/_install/dependency.xml b/_install/dependency.xml
index 03274003..2864d574 100644
--- a/_install/dependency.xml
+++ b/_install/dependency.xml
@@ -1,38 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- WS cadastreV2 -->
-<installer>
-	<schema>
-		<name>s_cadastre</name>
-		<dependenciesCollection>
-			<dependency>
-				<nature>schema</nature>
-				<name>s_vmap</name>
-				<object>module_vmap</object>
-			</dependency>
-			<dependency>
-				<name>postgis</name>
-				<version>2.0</version>
-				<nature>extern-pre</nature>
-			</dependency>
-		</dependenciesCollection>
-	</schema>
-	<dependenciesCollection>
-		<dependency>
-			<nature>framework</nature>
-		</dependency>
-		<dependency>
-			<nature>web_services</nature>
-			<name>module_vmap</name>
-		</dependency>
-		<dependency>
-			<name>jre</name>
-			<nature>extern-post</nature>
-			<location>jre-8u101</location>
-		</dependency>
-		<dependency>
-			<name>fop</name>
-			<nature>extern-post</nature>
-			<location>fop-2.0</location>
-		</dependency>
-	</dependenciesCollection>
-</installer>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- WS cadastreV2 -->
+<installer>
+	<schema>
+		<name>s_cadastre</name>
+		<dependenciesCollection>
+			<dependency>
+				<nature>schema</nature>
+				<name>s_vmap</name>
+				<object>module_vmap</object>
+			</dependency>
+			<dependency>
+				<name>postgis</name>
+				<version>2.0</version>
+				<nature>extern-pre</nature>
+			</dependency>
+		</dependenciesCollection>
+	</schema>
+	<dependenciesCollection>
+		<dependency>
+			<nature>framework</nature>
+		</dependency>
+		<dependency>
+			<nature>modules</nature>
+			<name>module_vmap</name>
+		</dependency>
+		<dependency>
+			<name>jre</name>
+			<nature>extern-post</nature>
+			<location>jre-8u101</location>
+		</dependency>
+		<dependency>
+			<name>fop</name>
+			<nature>extern-post</nature>
+			<location>fop-2.0</location>
+		</dependency>
+	</dependenciesCollection>
+</installer>
-- 
GitLab