<?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.whitesource"
		module="wss-agent-report"
		revision="2.4.9"
		status="release"
		publication="20171207071323"
	>
		<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
		<description homepage="">
		Report generation for API results
		</description>
		<m:dependency.management__junit__junit__version>4.10</m:dependency.management__junit__junit__version>
		<m:dependency.management__org.apache.httpcomponents__httpclient__version>4.3.6</m:dependency.management__org.apache.httpcomponents__httpclient__version>
		<m:dependency.management__commons-lang__commons-lang__version>2.6</m:dependency.management__commons-lang__commons-lang__version>
		<m:properties__gson.version>2.2.2</m:properties__gson.version>
		<m:dependency.management__org.mockito__mockito-core__version>1.9.0</m:dependency.management__org.mockito__mockito-core__version>
		<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
		<m:properties__junit.version>4.10</m:properties__junit.version>
		<m:dependency.management__org.hamcrest__hamcrest-integration__version>1.3</m:dependency.management__org.hamcrest__hamcrest-integration__version>
		<m:dependency.management__commons-io__commons-io__version>2.4</m:dependency.management__commons-io__commons-io__version>
		<e:sbtTransformHash>1f5710af1fae9fb8cf06ab74b181b1d0e89245f3</e:sbtTransformHash>
		<m:dependency.management__com.google.code.gson__gson__version>2.2.2</m:dependency.management__com.google.code.gson__gson__version>
		<m:dependency.management__org.mockito__mockito-core__scope>test</m:dependency.management__org.mockito__mockito-core__scope>
		<m:properties__maven.compiler.target>1.8</m:properties__maven.compiler.target>
		<m:dependency.management__org.hamcrest__hamcrest-integration__scope>test</m:dependency.management__org.hamcrest__hamcrest-integration__scope>
		<m:properties__httpclient.version>4.3.6</m:properties__httpclient.version>
		<m:properties__sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</m:properties__sonatypeOssDistMgmtSnapshotsUrl>
		<m:maven.plugins>org.apache.maven.plugins__maven-enforcer-plugin__1.0|org.apache.maven.plugins__maven-enforcer-plugin__1.0|com.mycila.maven-license-plugin__maven-license-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.1|org.apache.maven.plugins__maven-enforcer-plugin__1.0|org.apache.maven.plugins__maven-enforcer-plugin__1.0|com.mycila.maven-license-plugin__maven-license-plugin__null|org.apache.maven.plugins__maven-site-plugin__3.1</m:maven.plugins>
		<m:dependency.management__org.apache.httpcomponents__httpclient__scope>test</m:dependency.management__org.apache.httpcomponents__httpclient__scope>
		<m:properties__maven.compiler.source>1.8</m:properties__maven.compiler.source>
		<m:dependency.management__junit__junit__scope>test</m:dependency.management__junit__junit__scope>
	</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="wss-agent-report" type="jar" ext="jar" conf="master"/>
	</publications>
	<dependencies>
		<dependency org="org.whitesource" name="wss-agent-api" rev="2.4.9" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.whitesource" name="wss-agent-hash-calculator" rev="2.4.9" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.whitesource" name="wss-agent-utils" rev="2.4.9" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.apache.velocity" name="velocity" rev="1.7" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="com.google.code.gson" name="gson" rev="2.2.2" 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="junit" name="junit" rev="4.10" force="true" conf="test->runtime(*),master(compile)"/>
	</dependencies>
</ivy-module>