blob: 715f80d6ff7a258f7cd7e10fb061890edb5c8051 [file] [log] [blame]
mccullsbc7e1502010-10-21 23:36:09 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
sberlin@gmail.com255af732010-08-01 19:49:16 +00004 <modelVersion>4.0.0</modelVersion>
mccullsbc7e1502010-10-21 23:36:09 +00005
sberlin@gmail.com255af732010-08-01 19:49:16 +00006 <parent>
7 <groupId>com.google.inject.extensions</groupId>
8 <artifactId>extensions-parent</artifactId>
Colin Decker5a209e92015-04-28 16:18:44 -04009 <version>4.0</version>
sberlin@gmail.com255af732010-08-01 19:49:16 +000010 </parent>
mccullsbc7e1502010-10-21 23:36:09 +000011
sberlin@gmail.com255af732010-08-01 19:49:16 +000012 <artifactId>guice-grapher</artifactId>
mccullsbc7e1502010-10-21 23:36:09 +000013
14 <name>Google Guice - Extensions - Grapher</name>
15
sberlin@gmail.com255af732010-08-01 19:49:16 +000016 <dependencies>
17 <dependency>
mccullsbc7e1502010-10-21 23:36:09 +000018 <groupId>com.google.inject.extensions</groupId>
19 <artifactId>guice-assistedinject</artifactId>
20 <version>${project.version}</version>
21 </dependency>
22 <dependency>
23 <groupId>com.google.inject.extensions</groupId>
24 <artifactId>guice-multibindings</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27 <dependency>
28 <groupId>org.easymock</groupId>
29 <artifactId>easymock</artifactId>
30 <version>3.0</version>
31 <scope>test</scope>
sberlin@gmail.com255af732010-08-01 19:49:16 +000032 </dependency>
33 </dependencies>
mccullsbc7e1502010-10-21 23:36:09 +000034
sberlin@gmail.com255af732010-08-01 19:49:16 +000035</project>