<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="1.0">
	<info organisation="apache"
		module="project-with-conflicts"
		status="integration"
	/>
	<configurations>
		<conf name="test"/>
		<conf name="runtime"/>
		<conf name="master"/>
	</configurations>
	<publications>
		<artifact name="project-with-conflicts" type="jar" ext="jar" conf="master"/>
	</publications>
	<dependencies>	
		<!-- Runtime Dependencies -->
		<dependency org="apache" name="commons-lang" rev="2.4" conf="runtime->*"/>
		<dependency org="apache" name="commons-lang" rev="2.0" conf="test->*"/>
		<dependency org="springframework" name="spring-webflow" rev="+" conf="runtime->runtime"/>
		<dependency org="springframework" name="spring-webflow" rev="2.0.6.RELEASE" conf="test->runtime"/>
	</dependencies>
</ivy-module>
