<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0">
<info organisation="${project.ivy.org}" module="${project.ivy.module}" branch="${project.branch}">
<license url="http://www.apache.org/licenses/LICENSE-2.0" name="ASL2"/>
<description homepage="http://www.ametys.org/"/>
<conf name="common_dependencies" description="Root configuration for dependencies (runtime or compile)" visibility="private"/>
<conf name="compile_dependencies" extends="common_dependencies" description="Dependencies for compiling this module (except any ametys artefacts)"/>
<conf name="compile" extends="compile_dependencies" description="Dependencies for compiling this module including ametys artefacts" visibility="private"/>
<conf name="runtime_dependencies" extends="common_dependencies" description="Dependencies for running this module (except any ametys artefacts)"/>
<conf name="runtime-except-ametys-dependencies" extends="runtime_dependencies" description="Artificat for runtime with dependencies (except any ametys artefacts)"/>
<conf name="runtime" extends="runtime-except-ametys-dependencies" description="Artificat for runtime, with all runtime dependencies"/>
<conf name="default" extends="runtime" description="Artificat for runtime, with all runtime dependencies"/>
<conf name="test-env_dependencies" extends="compile_dependencies, runtime_dependencies" description="Dependencies for compiling the test of this module (except any Ametys artefacts)"/>
<conf name="test-env-except-ametys-dependencies" extends="test-env_dependencies, runtime-except-ametys-dependencies" description="Dependencies for compiling the test of this module (including this artefact but except any Ametys other artefacts)"/>
<conf name="test-env" extends="test-env-except-ametys-dependencies, compile, runtime" description="Artifact for testing a runtime dependent application"/>
<conf name="test_dependencies" extends="compile_dependencies,runtime_dependencies" description="Dependencies for compiling the test of this module (except any Ametys artefacts)"/>
<conf name="test" extends="test_dependencies,compile,runtime" description="Configuration used during unit test of artifacts" visibility="private"/>
<artifact name="${project.jar.name}" type="jar" ext="jar" conf="runtime-except-ametys-dependencies"/>
<dependency org="org.ametys" name="web" branch="4.9.x" rev="latest.integration" conf="compile_dependencies->compile_dependencies;runtime_dependencies->runtime_dependencies;compile,runtime->runtime"/>
<dependency org="org.ametys.plugins" name="page-subscription" branch="2.17.x" rev="latest.integration" conf="compile_dependencies->compile_dependencies;runtime_dependencies->runtime_dependencies;compile,runtime->runtime"/>
<dependency org="org.ametys.plugins" name="web-analytics" branch="2.10.x" rev="latest.integration" conf="compile_dependencies->compile_dependencies,runtime-except-ametys-dependencies;runtime_dependencies->runtime_dependencies;compile,runtime->runtime"/>
<dependency org="unify" name="unify-light" rev="2.6.2-2-ametys" conf="runtime_dependencies->default"/>
<dependency org="jquery" name="jquery" rev="3.3.1-ametys-1" conf="runtime_dependencies->default"/>
<dependency org="jquery" name="jquery-ui" rev="1.12.1" conf="runtime_dependencies->default"/>