<?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-example"
		revision="2.0.0.M1"
		status="integration"
		publication="20131121060926"
	/>
	<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;." extends="providedCompile"/>
		<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
		<conf name="providedCompile" visibility="private" description="Additional compile classpath for libraries that should not be part of the WAR archive."/>
		<conf name="providedRuntime" visibility="private" description="Additional runtime classpath for libraries that should not be part of the WAR archive." extends="providedCompile"/>
		<conf name="runtime" visibility="private" description="Runtime classpath for source set &apos;main&apos;." extends="compile,providedRuntime"/>
		<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-example" type="jar" ext="jar" conf="archives" m:classifier="sources"/>
		<artifact name="spring-data-rest-example" type="jar" ext="jar" conf="archives" m:classifier="javadoc"/>
		<artifact name="spring-data-rest-example" type="war" ext="war" conf="archives"/>
		<artifact name="spring-data-rest-example" 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.springframework" name="spring-aop" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-aspects" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-beans" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-context" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-context-support" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-core" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-expression" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-jdbc" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-orm" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-tx" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-web" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-webmvc" rev="3.2.5.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-rest-webmvc" rev="2.0.0.M1" conf="compile->default"/>
		<dependency org="org.hibernate.javax.persistence" name="hibernate-jpa-2.0-api" rev="1.0.1.Final" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-jpa" rev="1.5.0.M1" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-mongodb" rev="1.4.0.M1" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-neo4j" rev="3.0.0.M1" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-gemfire" rev="1.3.3.RELEASE" conf="compile->default">
			<exclude org="junit" module="junit" name="*" type="*" ext="*" conf="compile" matcher="exact"/>
			<exclude org="org.hamcrest" module="*" name="*" type="*" ext="*" conf="compile" matcher="exact"/>
			<exclude org="*" module="spring-test" name="*" type="*" ext="*" conf="compile" matcher="exact"/>
		</dependency>
		<dependency org="joda-time" name="joda-time" rev="2.1" conf="compile->default"/>
		<dependency org="com.fasterxml.jackson.datatype" name="jackson-datatype-joda" rev="2.2.2" conf="compile->default"/>
		<dependency org="com.fasterxml.jackson.datatype" name="jackson-datatype-hibernate4" rev="2.2.2" conf="compile->default"/>
		<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.7.5" conf="runtime->default"/>
		<dependency org="ch.qos.logback" name="logback-classic" rev="1.0.11" conf="runtime->default"/>
		<dependency org="org.hibernate" name="hibernate-entitymanager" rev="4.2.0.Final" conf="runtime->default"/>
		<dependency org="org.hibernate" name="hibernate-validator" rev="4.3.1.Final" conf="runtime->default"/>
		<dependency org="org.hsqldb" name="hsqldb" rev="2.2.9" 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" 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="providedCompile" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="providedCompile" matcher="exact"/>
		<exclude org="commons-logging" module="*" artifact="*" type="*" ext="*" conf="providedRuntime" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="providedRuntime" 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>
