<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
	<info organisation="org.foundweekends.giter8"
		module="giter8-lib_2.10"
		revision="0.7.1"
		status="release"
		publication="20160823045051"
	>
		<license name="Apache-2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
		<description homepage="http://www.foundweekends.org/giter8/">
		shared library for app and plugin
		</description>
		<e:sbtTransformHash>739621bc0ac19efcf36f58ac8a2e14003e93757d</e:sbtTransformHash>
	</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="giter8-lib_2.10" type="jar" ext="jar" conf="master"/>
	</publications>
	<dependencies>
		<dependency org="org.scala-lang" name="scala-library" rev="2.10.6" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.clapper" name="scalasti_2.10" rev="2.0.0" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="jline" name="jline" rev="2.13" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.pgm" rev="3.7.0.201502260915-r" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="commons-io" name="commons-io" rev="2.4" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.codehaus.plexus" name="plexus-archiver" rev="2.7.1" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)">
			<exclude org="org.apache.commons" module="commons-compress" name="*" type="*" ext="*" conf="" matcher="exact"/>
			<exclude org="classworlds" module="classworlds" name="*" type="*" ext="*" conf="" matcher="exact"/>
			<exclude org="org.tukaani" module="xz" name="*" type="*" ext="*" conf="" matcher="exact"/>
			<exclude org="junit" module="junit" name="*" type="*" ext="*" conf="" matcher="exact"/>
		</dependency>
		<dependency org="org.scalacheck" name="scalacheck_2.10" rev="1.13.0" force="true" conf="test->runtime(*),master(compile)"/>
		<dependency org="org.scala-sbt" name="io_2.10" rev="1.0.0-M6" force="true" conf="test->runtime(*),master(compile)"/>
	</dependencies>
</ivy-module>