<?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-core"
		revision="1.1.0.M1"
		status="integration"
		publication="20130312083558"
	/>
	<configurations>
		<conf name="archives" visibility="public" description="Configuration for archive artifacts."/>
		<conf name="compile" visibility="private" description="Classpath for compiling the main sources." extends="providedCompile"/>
		<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
		<conf name="providedCompile" visibility="public"/>
		<conf name="runtime" visibility="private" description="Classpath for running the compiled main classes." extends="compile"/>
		<conf name="testCompile" visibility="private" description="Classpath for compiling the test sources." extends="compile"/>
		<conf name="testRuntime" visibility="private" description="Classpath for running the compiled test classes." extends="runtime,testCompile"/>
	</configurations>
	<publications>
		<artifact name="spring-data-rest-core" type="jar" ext="jar" conf="archives,runtime"/>
		<artifact name="spring-data-rest-core" type="jar" ext="jar" conf="archives" m:classifier="sources"/>
		<artifact name="spring-data-rest-core" type="jar" ext="jar" conf="archives" m:classifier="javadoc"/>
	</publications>
	<dependencies>
		<dependency org="org.slf4j" name="slf4j-api" rev="1.7.2" conf="compile->default"/>
		<dependency org="com.google.guava" name="guava" rev="13.0.1" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-aop" rev="3.1.4.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-core" rev="3.1.4.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-beans" rev="3.1.4.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-web" rev="3.1.4.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework.hateoas" name="spring-hateoas" rev="0.4.0.RELEASE" conf="compile->default">
			<exclude org="*" module="spring-webmvc" name="*" type="*" ext="*" conf="compile" matcher="exact"/>
		</dependency>
		<dependency org="org.springframework.data" name="spring-data-commons" rev="1.5.0.RELEASE" conf="providedCompile->default">
			<exclude org="*" module="slf4j-api" name="*" type="*" ext="*" conf="providedCompile" matcher="exact"/>
			<exclude org="*" module="jcl-over-slf4j" name="*" type="*" ext="*" conf="providedCompile" matcher="exact"/>
		</dependency>
		<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.2" conf="runtime->default"/>
		<dependency org="cglib" name="cglib-nodep" rev="2.2.2" conf="runtime->default"/>
		<dependency org="junit" name="junit-dep" 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.jmock" name="jmock-junit4" rev="2.6.0" conf="testCompile->default"/>
		<dependency org="org.jmock" name="jmock-legacy" rev="2.6.0" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-test" rev="3.1.4.RELEASE" force="true" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-context-support" rev="3.1.4.RELEASE" force="true" conf="testRuntime->default"/>
		<dependency org="ch.qos.logback" name="logback-classic" rev="1.0.9" 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="providedCompile" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="providedCompile" 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>
