blob: f81f6adcc9a031e93bc762847b8054eb70b560c9 [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>
sberlinb0852382010-08-01 19:55:08 +00009 <version>3.0-SNAPSHOT</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-spring</artifactId>
mccullsbc7e1502010-10-21 23:36:09 +000013
14 <name>Google Guice - Extensions - Spring</name>
15
sberlin@gmail.com255af732010-08-01 19:49:16 +000016 <dependencies>
17 <dependency>
sberlin@gmail.com255af732010-08-01 19:49:16 +000018 <groupId>org.springframework</groupId>
19 <artifactId>spring-beans</artifactId>
mcculls8846db32010-11-04 02:22:00 +000020 <version>3.0.5.RELEASE</version>
21 <scope>provided</scope>
sberlin@gmail.com255af732010-08-01 19:49:16 +000022 </dependency>
23 </dependencies>
mccullsbc7e1502010-10-21 23:36:09 +000024
sberlin@gmail.com255af732010-08-01 19:49:16 +000025</project>