<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
	<info organisation="org.springframework.security"
		module="itest-context"
		revision="3.1.2.CI-SNAPSHOT"
		status="integration"
		publication="20120807090002"
	/>
	<configurations>
		<conf name="archives" visibility="public" description="Configuration for archive artifacts."/>
		<conf name="compile" visibility="private" description="Classpath for compiling the main sources." transitive="false"
/>
		<conf name="compileOnly" visibility="public"/>
		<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/>
		<conf name="integrationTestCompile" visibility="private" description="Classpath for compiling the integrationTest sources." extends="testCompile"/>
		<conf name="integrationTestRuntime" visibility="private" description="Classpath for running the compiled integrationTest classes." extends="integrationTestCompile,testRuntime"/>
		<conf name="provided" 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,provided" transitive="false"
/>
		<conf name="testRuntime" visibility="private" description="Classpath for running the compiled test classes." extends="runtime,testCompile"/>
	</configurations>
	<publications>
		<artifact name="itest-context" type="jar" ext="jar" conf="runtime"/>
	</publications>
	<dependencies>
		<dependency org="org.springframework" name="spring-core" rev="3.0.7.RELEASE" conf="compile->default">
			<exclude org="commons-logging" module="commons-logging" name="*" type="*" ext="*" conf="compile" matcher="exact"/>
		</dependency>
		<dependency org="org.springframework.security" name="spring-security-core" rev="3.1.2.CI-SNAPSHOT" conf="compile->default"/>
		<dependency org="aopalliance" name="aopalliance" rev="1.0" conf="compile->default"/>
		<dependency org="org.python" name="jython" rev="2.5.0" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-context" rev="3.0.7.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-aop" rev="3.0.7.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-tx" rev="3.0.7.RELEASE" conf="compile->default"/>
		<dependency org="org.springframework" name="spring-beans" rev="3.0.7.RELEASE" conf="compile->default"/>
		<dependency org="commons-logging" name="commons-logging" rev="1.1.1" conf="compileOnly->default"/>
		<dependency org="junit" name="junit" rev="4.7" conf="testCompile->default"/>
		<dependency org="org.mockito" name="mockito-core" rev="1.8.5" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-test" rev="3.0.7.RELEASE" conf="testCompile->default"/>
		<dependency org="org.springframework.security" name="spring-security-web" rev="3.1.2.CI-SNAPSHOT" conf="testCompile->default"/>
		<dependency org="javax.servlet" name="servlet-api" rev="2.5" conf="testCompile->default"/>
		<dependency org="org.springframework" name="spring-web" rev="3.0.7.RELEASE" conf="testCompile->default"/>
		<dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.6.1" conf="testRuntime->default"/>
		<dependency org="ch.qos.logback" name="logback-classic" rev="0.9.29" conf="testRuntime->default"/>
		<dependency org="org.springframework.security" name="spring-security-config" rev="3.1.2.CI-SNAPSHOT" conf="testRuntime->default"/>
		<exclude org="*" module="commons-logging" artifact="*" type="*" ext="*" conf="default" matcher="exact"/>
		<exclude org="*" module="commons-logging" artifact="*" type="*" ext="*" conf="runtime" matcher="exact"/>
	</dependencies>
</ivy-module>
