<?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-webmvc"
		revision="1.1.0.M1"
		status="integration"
		publication="20130312083559"
	/>
	<configurations>
		<conf name="archives" visibility="public" description="Configuration for archive artifacts."/>
		<conf name="compile" visibility="private" description="Classpath for compiling the main sources."/>
		<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
		<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-webmvc" type="jar" ext="jar" conf="archives,runtime"/>
		<artifact name="spring-data-rest-webmvc" type="jar" ext="jar" conf="archives" m:classifier="sources"/>
		<artifact name="spring-data-rest-webmvc" 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="org.springframework.data" name="spring-data-rest-repository" rev="1.1.0.M1" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-webmvc" rev="3.1.4.RELEASE" force="true" conf="compile->default"/>
		<dependency org="javax.servlet" name="javax.servlet-api" rev="3.0.1" conf="compile->default"/>
		<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.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.eclipse.jetty" name="jetty-servlet" rev="8.1.9.v20130131" conf="testCompile->default"/>
		<dependency org="org.eclipse.jetty" name="jetty-webapp" rev="8.1.9.v20130131" conf="testCompile->default"/>
		<dependency org="org.mozilla" name="rhino" rev="1.7R4" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-core" rev="3.1.4.RELEASE" force="true" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-tx" rev="3.1.4.RELEASE" force="true" conf="testCompile->default"/>
		<dependency org="org.springframework.data" name="spring-data-jpa" rev="1.3.0.RELEASE" conf="testCompile->default"/>
		<dependency org="org.springframework.data" name="spring-data-mongodb" rev="1.2.0.RELEASE" conf="testCompile->default"/>
		<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.3.0.M1" conf="testCompile->default">
			<exclude org="junit" module="*" name="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
			<exclude org="org.jmock" module="*" name="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
			<exclude org="org.hamcrest" module="*" name="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
			<exclude org="*" module="spring-test" name="*" type="*" ext="*" conf="testCompile" matcher="exact"/>
		</dependency>
		<dependency org="joda-time" name="joda-time" rev="2.1" conf="testCompile->default"/>
		<dependency org="com.fasterxml.jackson.datatype" name="jackson-datatype-joda" rev="2.1.2" conf="testCompile->default"/>
		<dependency org="com.fasterxml.jackson.datatype" name="jackson-datatype-hibernate4" rev="2.1.2" 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"/>
		<dependency org="org.hibernate" name="hibernate-entitymanager" rev="4.1.9.Final" conf="testRuntime->default"/>
		<dependency org="org.hibernate" name="hibernate-validator" rev="4.3.1.Final" conf="testRuntime->default"/>
		<dependency org="org.hsqldb" name="hsqldb" rev="2.2.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="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>
