blob: 76805c8f41992db16a49c6ae60354f6e38edc3dd [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-servlet</artifactId>
mccullsbc7e1502010-10-21 23:36:09 +000013
14 <name>Google Guice - Extensions - Servlet</name>
15
sberlin@gmail.com255af732010-08-01 19:49:16 +000016 <dependencies>
17 <dependency>
sberlin@gmail.com255af732010-08-01 19:49:16 +000018 <groupId>javax.servlet</groupId>
19 <artifactId>servlet-api</artifactId>
mccullsbc7e1502010-10-21 23:36:09 +000020 <version>2.5</version>
mcculls8846db32010-11-04 02:22:00 +000021 <scope>provided</scope>
mccullsbc7e1502010-10-21 23:36:09 +000022 </dependency>
23 <dependency>
24 <groupId>org.easymock</groupId>
25 <artifactId>easymock</artifactId>
26 <version>3.0</version>
27 <scope>test</scope>
sberlin@gmail.com255af732010-08-01 19:49:16 +000028 </dependency>
29 </dependencies>
mccullsbc7e1502010-10-21 23:36:09 +000030
sberlin@gmail.com255af732010-08-01 19:49:16 +000031</project>