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.zookeeper"
4		module="zookeeper"
5		revision="3.4.6"
6		status="release"
7		publication="20140223181855"
8	>
9		<description homepage="" />
10		<e:sbtTransformHash>fda994273b0a2b78ff8567f5ccf3ced21938199a</e:sbtTransformHash>
11	</info>
12	<configurations>
13		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
14		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
15		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
16		<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."/>
17		<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"/>
18		<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"/>
19		<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."/>
20		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
21		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
22		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
23	</configurations>
24	<publications>
25		<artifact name="zookeeper" type="jar" ext="jar" conf="master"/>
26	</publications>
27	<dependencies>
28		<dependency org="org.slf4j" name="slf4j-api" rev="1.6.1" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
29		<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.6.1" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
30		<dependency org="org.apache.maven.wagon" name="wagon-http" rev="2.4" force="true" conf="optional->compile(*),master(compile)"/>
31		<dependency org="org.apache.maven" name="maven-ant-tasks" rev="2.1.3" force="true" conf="optional->compile(*),master(compile)"/>
32		<dependency org="log4j" name="log4j" rev="1.2.16" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
33		<dependency org="jline" name="jline" rev="0.9.94" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
34		<dependency org="io.netty" name="netty" rev="3.7.0.Final" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
35		<dependency org="org.vafer" name="jdeb" rev="0.8" force="true" conf="optional->compile(*),master(compile)"/>
36		<dependency org="junit" name="junit" rev="4.8.1" force="true" conf="test->runtime(*),master(compile)"/>
37		<dependency org="org.mockito" name="mockito-all" rev="1.8.2" force="true" conf="test->runtime(*),master(compile)"/>
38		<dependency org="checkstyle" name="checkstyle" rev="5.0" force="true" conf="test->runtime(*),master(compile)"/>
39		<dependency org="jdiff" name="jdiff" rev="1.0.9" force="true" conf="optional->compile(*),master(compile)"/>
40		<dependency org="xerces" name="xerces" rev="1.4.4" force="true" conf="optional->compile(*),master(compile)"/>
41		<dependency org="org.apache.rat" name="apache-rat-tasks" rev="0.6" force="true" conf="optional->compile(*),master(compile)"/>
42		<dependency org="commons-lang" name="commons-lang" rev="2.4" force="true" conf="optional->compile(*),master(compile)"/>
43		<dependency org="commons-collections" name="commons-collections" rev="3.1" force="true" conf="optional->compile(*),master(compile)"/>
44	</dependencies>
45</ivy-module>
46