<?xml version="1.0" encoding="UTF-8"?>
<!--
   Copyright 2010 Anyware Services

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
<ivy-module version="1.0">
  <info organisation="org.ametys.plugins" module="survey" branch="1.8.x" revision="1.8.0" status="release" publication="20171213143506">
    <license url="http://www.apache.org/licenses/LICENSE-2.0" name="ASL2"/>
    <description homepage="http://www.ametys.org/">
Ametys plugin providing user survey creation, with advanced features such as branching.
    </description>
  </info>
  <configurations>
    <conf name="default" description="Equivalent to runtime configuration"/>
    <conf name="runtime" extends="default" description="Runtime configuration"/>
    <conf name="resources" extends="runtime" description="Runtime configuration with resources"/>
    <conf name="compile" extends="default" description="Used only for compilation" visibility="private"/>
    <conf name="test" extends="compile,runtime" description="Unit testing configuration" visibility="private"/>
    <conf name="deliver" visibility="private"/>
  </configurations>
  <publications>
    <artifact name="ametys-plugin-survey" type="jar" ext="jar" conf="default"/>
    <artifact name="ametys-plugin-survey" type="javadoc" ext="jar" conf="default"/>
    <artifact name="ametys-plugin-survey" type="source" ext="jar" conf="default"/>
    <artifact name="ametys-plugin-survey-resources" type="jar" ext="jar" conf="resources"/>
    <artifact name="ametys-plugin-survey-resources" type="resource" ext="zip" conf="resources"/>
  </publications>
  <dependencies>
    <dependency org="org.ametys.tools" name="tools" rev="1.1.8" conf="deliver->default"/>
    <dependency org="atlassian" name="clover" rev="2.6.3" conf="deliver->default"/>

  	<dependency org="org.ametys" name="web" branch="3.8.x" rev="3.8.3" branchConstraint="3.8.x" revConstraint="latest.release" conf="default->default;runtime->runtime;resources->resources"/>

    <!-- test configuration -->
    <dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
    <dependency org="slf4j" name="slf4j" rev="1.6.4" conf="test->log4j12"/>
  </dependencies>
</ivy-module>
