1<?xml version="1.0" encoding="UTF-8"?>
2<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
3	<info organisation="org.apache.httpcomponents"
4		module="project"
5		revision="4.1.1"
6		status="release"
7		publication="20101113143241"
8	>
9		<description homepage="http://hc.apache.org/">
10		Components to build HTTP enabled services
11		</description>
12		<e:sbtTransformHash>5d71ec3397b44a550e4383c788f1a0ea96051891</e:sbtTransformHash>
13		<m:maven.plugins>null__maven-compiler-plugin__null|null__maven-jar-plugin__null|org.apache.maven.plugins__maven-site-plugin__null</m:maven.plugins>
14	</info>
15	<configurations>
16		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
17		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
18		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
19		<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."/>
20		<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"/>
21		<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"/>
22		<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."/>
23		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
24		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
25		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
26	</configurations>
27	<publications>
28	</publications>
29</ivy-module>
30