<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
	<info organisation="org.springframework.data"
		module="spring-data-rest"
		revision="2.0.0.M1"
		status="integration"
		publication="20131121060925"
	/>
	<configurations>
		<conf name="archives" visibility="public" description="Configuration for archive artifacts."/>
		<conf name="compile" visibility="private" description="Compile classpath for source set &apos;main&apos;."/>
		<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
		<conf name="runtime" visibility="private" description="Runtime classpath for source set &apos;main&apos;." extends="compile"/>
		<conf name="testCompile" visibility="private" description="Compile classpath for source set &apos;test&apos;." extends="compile"/>
		<conf name="testRuntime" visibility="private" description="Runtime classpath for source set &apos;test&apos;." extends="runtime,testCompile"/>
	</configurations>
	<publications>
		<artifact name="spring-data-rest" type="zip" ext="zip" conf="archives" m:classifier="docs"/>
		<artifact name="spring-data-rest" type="jar" ext="jar" conf="runtime"/>
	</publications>
	<dependencies>
		<dependency org="org.slf4j" name="slf4j-api" rev="1.7.5" conf="compile->default"/>
		<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.5" conf="runtime->default"/>
		<dependency org="junit" name="junit" rev="4.11" conf="testCompile->default"/>
		<dependency org="org.hamcrest" name="hamcrest-library" rev="1.3" conf="testCompile->default"/>
		<dependency org="com.jayway.jsonpath" name="json-path" rev="0.8.1" conf="testCompile->default"/>
		<dependency org="org.mockito" name="mockito-core" rev="1.9.5" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-test" rev="3.2.5.RELEASE" conf="testCompile->default"/>
		<dependency org="org.springframework.data" name="spring-data-rest-core" rev="2.0.0.M1" conf="testCompile->default"/>
		<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="2.0.0.M1" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-context-support" rev="3.2.5.RELEASE" conf="testRuntime->default"/>
		<dependency org="ch.qos.logback" name="logback-classic" rev="1.0.11" conf="testRuntime->default"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="archives" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="archives" matcher="exact"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="compile" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="compile" matcher="exact"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="default" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="default" matcher="exact"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="runtime" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="runtime" matcher="exact"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="testRuntime" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="testRuntime" matcher="exact"/>
	</dependencies>
</ivy-module>
