diff --git a/_install/dependency.xml b/_install/dependency.xml index 03274003eb7bbf9df9ef92266d77590f310b684b..2864d574eb971deca490ed54a4dbf8e030e33f81 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>