<?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.inject" module="guice-parent" revision="4.0" status="release" publication="20150428223204" > <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" /> <description homepage="https://github.com/google/guice"> Guice is a lightweight dependency injection framework for Java 6 and above </description> <m:properties__guice.with.jarjar>true</m:properties__guice.with.jarjar> <m:dependency.management__com.google.guava__guava__version>16.0.1</m:dependency.management__com.google.guava__guava__version> <m:dependency.management__org.ow2.asm__asm__version>5.0.3</m:dependency.management__org.ow2.asm__asm__version> <m:properties__project.build.sourceEncoding>UTF-8</m:properties__project.build.sourceEncoding> <m:properties__gpg.skip>true</m:properties__gpg.skip> <m:dependency.management__javax.inject__javax.inject-tck__version>1</m:dependency.management__javax.inject__javax.inject-tck__version> <m:dependency.management__aopalliance__aopalliance__version>1.0</m:dependency.management__aopalliance__aopalliance__version> <m:dependency.management__javax.inject__javax.inject__version>1</m:dependency.management__javax.inject__javax.inject__version> <m:dependency.management__com.google.guava__guava-testlib__version>16.0.1</m:dependency.management__com.google.guava__guava-testlib__version> <m:properties__guice.api.version>1.4</m:properties__guice.api.version> <m:dependency.management__cglib__cglib__version>3.1</m:dependency.management__cglib__cglib__version> <e:sbtTransformHash>9508c59a4b43f5189bbd2235052af6dba1a1234d</e:sbtTransformHash> <m:properties__guice.with.no_aop>true</m:properties__guice.with.no_aop> <m:maven.plugins>null__maven-gpg-plugin__1.4</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> </publications> <dependencies> <dependency org="junit" name="junit" rev="4.11" force="true" conf="test->runtime(*),master(compile)"/> </dependencies> </ivy-module>