<?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="com.google.guava"
		module="guava"
		revision="22.0"
		status="release"
		publication="20170522204957"
	>
		<license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
		<description homepage="">
		Guava is a suite of core and expanded libraries that include
    utility classes, google&apos;s collections, io classes, and much
    much more.

    Guava has only one code dependency - javax.annotation,
    per the JSR-305 spec.
		</description>
		<m:dependency.management__junit__junit__version>4.8.2</m:dependency.management__junit__junit__version>
		<m:properties__truth.version>0.31</m:properties__truth.version>
		<m:dependency.management__com.google.errorprone__error_prone_annotations__version>2.0.18</m:dependency.management__com.google.errorprone__error_prone_annotations__version>
		<m:dependency.management__com.google.truth__truth__version>0.31</m:dependency.management__com.google.truth__truth__version>
		<m:dependency.management__com.google.jimfs__jimfs__scope>test</m:dependency.management__com.google.jimfs__jimfs__scope>
		<m:dependency.management__com.google.truth.extensions__truth-java8-extension__version>0.31</m:dependency.management__com.google.truth.extensions__truth-java8-extension__version>
		<m:dependency.management__com.google.truth__truth__scope>test</m:dependency.management__com.google.truth__truth__scope>
		<m:dependency.management__com.google.j2objc__j2objc-annotations__version>1.1</m:dependency.management__com.google.j2objc__j2objc-annotations__version>
		<m:dependency.management__com.google.truth__truth__exclusion_0>com.google.guava__guava</m:dependency.management__com.google.truth__truth__exclusion_0>
		<m:dependency.management__org.easymock__easymock__version>3.0</m:dependency.management__org.easymock__easymock__version>
		<e:sbtTransformHash>c20b09c09bdb14cc8043672801d9bd60b8220b83</e:sbtTransformHash>
		<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|null__maven-gpg-plugin__1.4|org.apache.maven.plugins__maven-enforcer-plugin__1.0|org.apache.maven.plugins__maven-enforcer-plugin__1.0|null__maven-gpg-plugin__1.4|org.apache.felix__maven-bundle-plugin__2.5.0|null__maven-compiler-plugin__null|null__maven-source-plugin__null|null__maven-dependency-plugin__null|org.codehaus.mojo__animal-sniffer-maven-plugin__null|org.apache.maven.plugins__maven-javadoc-plugin__null</m:maven.plugins>
		<m:dependency.management__com.google.truth.extensions__truth-java8-extension__exclusion_0>com.google.guava__guava</m:dependency.management__com.google.truth.extensions__truth-java8-extension__exclusion_0>
		<m:dependency.management__com.google.caliper__caliper__scope>test</m:dependency.management__com.google.caliper__caliper__scope>
		<m:dependency.management__junit__junit__scope>test</m:dependency.management__junit__junit__scope>
		<m:properties__animal.sniffer.version>1.14</m:properties__animal.sniffer.version>
		<m:properties__test.include>**/*Test.java</m:properties__test.include>
		<m:dependency.management__com.google.caliper__caliper__exclusion_0>com.google.guava__guava</m:dependency.management__com.google.caliper__caliper__exclusion_0>
		<m:dependency.management__org.mockito__mockito-core__version>2.1.0</m:dependency.management__org.mockito__mockito-core__version>
		<m:properties__gpg.skip>true</m:properties__gpg.skip>
		<m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding>
		<m:dependency.management__org.easymock__easymock__scope>test</m:dependency.management__org.easymock__easymock__scope>
		<m:dependency.management__com.google.caliper__caliper__version>1.0-beta-2</m:dependency.management__com.google.caliper__caliper__version>
		<m:dependency.management__com.google.truth.extensions__truth-java8-extension__scope>test</m:dependency.management__com.google.truth.extensions__truth-java8-extension__scope>
		<m:dependency.management__org.mockito__mockito-core__scope>test</m:dependency.management__org.mockito__mockito-core__scope>
		<m:dependency.management__com.google.code.findbugs__jsr305__version>1.3.9</m:dependency.management__com.google.code.findbugs__jsr305__version>
		<m:dependency.management__com.google.jimfs__jimfs__version>1.1</m:dependency.management__com.google.jimfs__jimfs__version>
	</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="guava" type="bundle" ext="jar" conf="master"/>
	</publications>
	<dependencies>
		<dependency org="com.google.code.findbugs" name="jsr305" rev="1.3.9" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="com.google.errorprone" name="error_prone_annotations" rev="2.0.18" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="com.google.j2objc" name="j2objc-annotations" rev="1.1" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
		<dependency org="org.codehaus.mojo" name="animal-sniffer-annotations" rev="1.14" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
	</dependencies>
</ivy-module>