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="6"
6		status="release"
7		publication="20120427022839"
8	>
9		<description homepage="http://hc.apache.org/">
10		Components to build HTTP enabled services
11		</description>
12		<m:properties__hc.jxr.version>2.3</m:properties__hc.jxr.version>
13		<m:properties__maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</m:properties__maven.build.timestamp.format>
14		<m:properties__clover.version>2.6.3</m:properties__clover.version>
15		<m:properties__hc.project-info.version>2.4</m:properties__hc.project-info.version>
16		<m:properties__implementation.build>${scmBranch}@r${buildNumber}; ${maven.build.timestamp}</m:properties__implementation.build>
17		<e:sbtTransformHash>5bb1e4d2cddb2c32ae23efee56ef864a78a80838</e:sbtTransformHash>
18		<m:properties__minSeverity>info</m:properties__minSeverity>
19		<m:properties__hc.javadoc.version>2.8</m:properties__hc.javadoc.version>
20		<m:properties__hc.clirr.version>2.3</m:properties__hc.clirr.version>
21		<m:maven.plugins>null__maven-compiler-plugin__null|null__maven-jar-plugin__null|org.apache.maven.plugins__maven-site-plugin__null</m:maven.plugins>
22		<m:properties__hc.surefire-report.version>2.9</m:properties__hc.surefire-report.version>
23	</info>
24	<configurations>
25		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
26		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
27		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
28		<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."/>
29		<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"/>
30		<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"/>
31		<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."/>
32		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
33		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
34		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
35	</configurations>
36	<publications>
37	</publications>
38</ivy-module>
39