<?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="2.0">
  <info organisation="org.ametys" module="solr" branch="4.10.x" revision="4.10.0" status="release" publication="20260720191709">
    <license url="http://www.apache.org/licenses/LICENSE-2.0" name="ASL2"/>
    <description homepage="http://www.ametys.org/"/>
  </info>
  
  <configurations>
    <conf name="default" description="Equivalent to runtime configuration" extends="dependencies"/>
    <conf name="dependencies" description="Equivalent to runtime configuration"/>
    <conf name="config" description="Solr configuration files"/>
    <conf name="compile" extends="dependencies" description="Used only for compilation"/>
    <conf name="test" extends="default" description="Used only for testing" visibility="private"/>
    
    <conf name="test-env_dependencies" description="Dependencies for compiling the test of this module (except any Ametys artefacts)"/>
    <conf name="test-env" extends="test-env_dependencies" description="Artifact for testing a Solr dependent application"/>
  </configurations>
  
  <publications>
    <artifact name="ametys-solr" type="jar" ext="jar" conf="default"/>
    <artifact name="ametys-solr" type="source" ext="jar" conf="default"/>
    <artifact name="ametys-solr-config" type="config" ext="zip" conf="config"/>
    
    <artifact name="ametys-solr-test-env" type="jar" ext="jar" conf="test-env"/>
    <artifact name="ametys-solr-test-env" type="source" ext="jar" conf="test-env"/>
  </publications>
  
  <dependencies>
    <!-- DO NOT EDIT This section is generated from ametys-components.xml file DO NOT EDIT -->
    <!-- no dependency -->
    <!-- DO NOT EDIT This section is generated from ametys-components.xml file DO NOT EDIT -->

    <dependency org="org.apache.solr" name="solr-core" rev="9.8.1" conf="compile,test->default"/>
    <dependency org="com.github.stephenc.jcip" name="jcip-annotations" rev="1.0-1" conf="compile->default"/>
    
    <dependency org="org.apache.commons" name="commons-collections4" rev="4.4" conf="dependencies->default"/>
 
    <dependency org="junit" name="junit" rev="4.13.2" conf="test->default"/>
    
    <dependency org="org.apache.ivy" name="ivy" rev="2.5.1" conf="test-env_dependencies->default"/>
    <dependency org="commons-io" name="commons-io" rev="2.16.1" conf="test-env_dependencies->default"/>
    <dependency org="org.apache.commons" name="commons-compress" rev="1.27.1" conf="test-env_dependencies->default"/>
    <dependency org="org.apache.commons" name="commons-lang3" rev="3.17.0" conf="test-env_dependencies->default"/>
    <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.14" conf="test-env_dependencies->default"/>
    
    <dependency org="org.ametys.tools" name="tools" branch="2.x" rev="2.53.0" branchConstraint="2.x" revConstraint="latest.release" conf="test-env_dependencies->default"/>
  </dependencies>
</ivy-module>
