<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
	<info organisation="com.att.ecom.poc"
		module="poc-domain-model"
		revision="0.0.1-SNAPSHOT"
		status="integration"
		publication="20140210104010"
	>
		<description homepage="" />
		<m:properties__nexus.port>8084</m:properties__nexus.port>
		<m:properties__nexus.host>mavencentral.it.att.com</m:properties__nexus.host>
		<m:maven.plugins>org.apache.maven.plugins__maven-compiler-plugin__3.1|org.apache.maven.plugins__maven-compiler-plugin__3.1|org.apache.maven.plugins__maven-surefire-plugin__2.12.4|org.apache.felix__maven-bundle-plugin__2.3.7</m:maven.plugins>
	</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="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
	</configurations>
	<publications>
		<artifact name="poc-domain-model" type="bundle" ext="jar" conf="master"/>
	</publications>
	<dependencies>
		<dependency org="commons-lang" name="commons-lang" rev="2.6" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
		<dependency org="junit" name="junit" rev="4.11" force="true" conf="test->runtime(*),master(*)"/>
		<dependency org="org.mockito" name="mockito-all" rev="1.9.5" force="true" conf="test->runtime(*),master(*)"/>
		<dependency org="org.powermock" name="powermock" rev="1.5.1" force="true" conf="test->runtime(*),master(*)">
			<artifact name="powermock" type="pom" ext="pom" conf=""/>
		</dependency>
		<dependency org="log4j" name="log4j" rev="1.2.16" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
	</dependencies>
</ivy-module>
