aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2010-08-01 19:55:08 +0000
committersberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2010-08-01 19:55:08 +0000
commitb085238b6af971694d8fc67b874dbb82ca5b5270 (patch)
treee09f6556e9acc53cfbbadf66cf118441d3ba741c /pom.xml
parent255af73bfde9c7d1ee5933adc82940988a002fb1 (diff)
downloadguice-b085238b6af971694d8fc67b874dbb82ca5b5270.tar.gz
issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks!
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1200 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6be83e6a..79326a35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,12 @@
<parent>
<groupId>com.google.inject</groupId>
<artifactId>guice-parent</artifactId>
- <version>2.0</version>
+ <version>3.0-SNAPSHOT</version>
+ <relativePath>guice-parent/pom.xml</relativePath>
</parent>
<artifactId>guice</artifactId>
<packaging>jar</packaging>
+ <name>Google Guice: Core</name>
<!-- Note: this pom is for dependency management only. It will not build the project -->
<dependencies>
<!-- CGLib is not listed because it has been repackaged with JarJar -->
@@ -16,5 +18,13 @@
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
+
+ <!-- Not optional, even in pure-Guice, no JSR 330 applications:
+ javax.inject.Provider is referenced in Guice code. -->
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <version>1</version>
+ </dependency>
</dependencies>
</project>