<?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.0.0.RC3"
		status="integration"
		publication="20120913080900"
	/>
	<configurations>
		<conf name="archives" visibility="public" description="Configuration for archive artifacts."/>
		<conf name="compile" visibility="private" description="Classpath for compiling the main sources." extends="groovy,providedCompile"/>
		<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
		<conf name="groovy" visibility="private" description="The groovy libraries to be used for this Groovy project." transitive="false"
/>
		<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-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.6.6" conf="compile->default"/>
		<dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.9" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-beans" rev="3.1.2.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-context" rev="3.1.2.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-core" rev="3.1.2.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-orm" rev="3.1.2.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-tx" rev="3.1.2.RELEASE" force="true" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-web" rev="3.1.2.RELEASE" force="true" 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="javax.validation" name="validation-api" rev="1.0.0.GA" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-webmvc" rev="3.1.2.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-rest-repository" rev="1.0.0.RC3" conf="compile->default"/>
		<dependency org="org.springframework.data" name="spring-data-commons-core" rev="1.4.0.RC1" conf="compile->default"/>
		<dependency org="org.codehaus.groovy" name="groovy" rev="1.8.8" conf="groovy->default"/>
		<dependency org="javax.servlet" name="javax.servlet-api" rev="3.0.1" conf="providedCompile->default"/>
		<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.6.6" conf="runtime->default"/>
		<dependency org="ch.qos.logback" name="logback-classic" rev="1.0.6" conf="runtime->default"/>
		<dependency org="cglib" name="cglib-nodep" rev="2.2.2" conf="runtime->default"/>
		<dependency org="org.hibernate" name="hibernate-validator-annotation-processor" rev="4.1.0.Final" conf="runtime->default"/>
		<dependency org="org.hibernate" name="hibernate-entitymanager" rev="4.1.6.Final" conf="runtime->default"/>
		<dependency org="org.hsqldb" name="hsqldb" rev="2.2.8" conf="runtime->default"/>
		<dependency org="org.codehaus.groovy" name="groovy-all" rev="1.8.8" force="true" conf="testCompile->default"/>
		<dependency org="org.spockframework" name="spock-core" rev="0.6-groovy-1.8" conf="testCompile->default"/>
		<dependency org="org.spockframework" name="spock-spring" rev="0.6-groovy-1.8" conf="testCompile->default"/>
		<dependency org="org.hamcrest" name="hamcrest-library" rev="1.3" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-test" rev="3.1.2.RELEASE" conf="testCompile->default"/>
		<dependency org="org.mockito" name="mockito-core" rev="1.8.5" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-context-support" rev="3.1.2.RELEASE" 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="groovy" matcher="exact"/>
		<exclude org="*" module="slf4j-log4j12" artifact="*" type="*" ext="*" conf="groovy" 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>
