<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="1.0" xmlns:m="http://ant.apache.org/ivy/maven">
	<info organisation="org.picocontainer"
		module="picocontainer"
		revision="1.2"
		status="integration"
		publication="20070505122636"
	>
		<m:dependency.management__org.picocontainer__picocontainer>1.2</m:dependency.management__org.picocontainer__picocontainer>
		<m:dependency.management__jmock__jmock>1.0.1</m:dependency.management__jmock__jmock>
		<m:dependency.management__xpp3__xpp3>1.1.3.4-RC8</m:dependency.management__xpp3__xpp3>
		<m:dependency.management__log4j__log4j>1.2.8</m:dependency.management__log4j__log4j>
		<m:dependency.management__proxytoys__proxytoys>0.2.1</m:dependency.management__proxytoys__proxytoys>
		<m:dependency.management__cglib__cglib-nodep>2.1_3</m:dependency.management__cglib__cglib-nodep>
		<m:dependency.management__junit__junit>3.8.1</m:dependency.management__junit__junit>
		<m:dependency.management__commons-logging__commons-logging>1.0.4</m:dependency.management__commons-logging__commons-logging>
		<m:dependency.management__org.picocontainer__picocontainer-tck>1.2</m:dependency.management__org.picocontainer__picocontainer-tck>
		<m:dependency.management__xstream__xstream>1.1.2</m:dependency.management__xstream__xstream>
	</info>
	<configurations>
		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
	</configurations>
	<publications>
		<artifact name="picocontainer" type="jar" ext="jar" conf="master"/>
	</publications>
	<dependencies>
		<dependency org="junit" name="junit" rev="3.8.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
		<dependency org="jmock" name="jmock" rev="1.0.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
		<dependency org="xstream" name="xstream" rev="1.1.2" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
		<dependency org="xpp3" name="xpp3" rev="1.1.3.4-RC8" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
	</dependencies>
</ivy-module>
