<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
  <info organisation="io.projectreactor" module="reactor-alloc" revision="2.0.5.RELEASE" status="integration" publication="20150813211331">
    <description/>
  </info>
  <configurations>
    <conf name="archives" visibility="public" description="Configuration for archive artifacts."/>
    <conf name="compile" visibility="private" description="Compile classpath for source set 'main'." extends="optional,provided"/>
    <conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
    <conf name="optional" visibility="private" transitive="false"/>
    <conf name="provided" visibility="private" transitive="false"/>
    <conf name="runtime" visibility="private" description="Runtime classpath for source set 'main'." extends="compile"/>
    <conf name="testCompile" visibility="private" description="Compile classpath for source set 'test'." extends="compile"/>
    <conf name="testRuntime" visibility="private" description="Runtime classpath for source set 'test'." extends="runtime,testCompile"/>
  </configurations>
  <publications>
    <artifact name="reactor-alloc" type="jar" ext="jar" conf="archives,runtime"/>
    <artifact name="reactor-alloc" type="jar" ext="jar" conf="archives" m:classifier="sources"/>
    <artifact name="reactor-alloc" type="jar" ext="jar" conf="archives" m:classifier="javadoc"/>
  </publications>
  <dependencies>
    <dependency org="io.projectreactor" name="reactor-core" rev="2.0.5.RELEASE" conf="compile-&gt;default"/>
    <dependency org="com.google.code.findbugs" name="jsr305" rev="3.0.0" conf="optional-&gt;default"/>
    <dependency org="io.projectreactor" name="reactor-bus" rev="2.0.5.RELEASE" conf="optional-&gt;default"/>
    <dependency org="org.codehaus.groovy" name="groovy" rev="2.4.1" conf="testCompile-&gt;default"/>
    <dependency org="org.spockframework" name="spock-core" rev="0.7-groovy-2.0" conf="testCompile-&gt;default"/>
    <dependency org="org.hamcrest" name="hamcrest-library" rev="1.3" conf="testCompile-&gt;default"/>
    <dependency org="org.testng" name="testng" rev="6.8.5" conf="testCompile-&gt;default"/>
    <dependency org="ch.qos.logback" name="logback-classic" rev="1.1.2" conf="testRuntime-&gt;default"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="archives" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="compile" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="default" matcher="exact"/>
    <exclude org="com.google.code.findbugs" module="jsr305" artifact="*" type="*" ext="*" conf="default" matcher="exact"/>
    <exclude org="io.projectreactor" module="reactor-bus" artifact="*" type="*" ext="*" conf="default" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="optional" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="provided" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="runtime" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
    <exclude org="commons-logging" module="commons-logging" artifact="*" type="*" ext="*" conf="testRuntime" matcher="exact"/>
  </dependencies>
</ivy-module>
