blob: 55a2fd8ec002032a4693c6148c106137311c6f4d [file] [log] [blame]
sberlin@gmail.com255af732010-08-01 19:49:16 +00001<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>com.google.inject.extensions</groupId>
7 <artifactId>extensions-parent</artifactId>
sberlinb0852382010-08-01 19:55:08 +00008 <version>3.0-SNAPSHOT</version>
sberlin@gmail.com255af732010-08-01 19:49:16 +00009 </parent>
10 <artifactId>guice-multibindings</artifactId>
11 <packaging>jar</packaging>
12 <name>Google Guice - Extension: Multibindings</name>
13 <description>Tools injecting collections of bound values</description>
14 <!-- Note: this pom is for dependency management only. It will not build the project -->
15 <dependencies>
16 <dependency>
17 <groupId>com.google.inject</groupId>
18 <artifactId>guice</artifactId>
19 </dependency>
20 </dependencies>
21</project>