blob: 6be83e6a9fc97ad7e6316d07bf81dd361f323316 [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">
crazybobleeac266a22007-02-26 00:07:01 +00004 <modelVersion>4.0.0</modelVersion>
sberlin@gmail.com255af732010-08-01 19:49:16 +00005 <parent>
6 <groupId>com.google.inject</groupId>
7 <artifactId>guice-parent</artifactId>
8 <version>2.0</version>
9 </parent>
crazybobleeac266a22007-02-26 00:07:01 +000010 <artifactId>guice</artifactId>
11 <packaging>jar</packaging>
sberlin@gmail.com255af732010-08-01 19:49:16 +000012 <!-- Note: this pom is for dependency management only. It will not build the project -->
crazybobleeac266a22007-02-26 00:07:01 +000013 <dependencies>
sberlin@gmail.com255af732010-08-01 19:49:16 +000014 <!-- CGLib is not listed because it has been repackaged with JarJar -->
crazybobleeac266a22007-02-26 00:07:01 +000015 <dependency>
sberlin@gmail.com255af732010-08-01 19:49:16 +000016 <groupId>aopalliance</groupId>
17 <artifactId>aopalliance</artifactId>
crazybobleeac266a22007-02-26 00:07:01 +000018 </dependency>
19 </dependencies>
crazybobleeac266a22007-02-26 00:07:01 +000020</project>