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
diff --git a/pom.xml b/pom.xml
index 6be83e6..79326a3 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>