Initial stab at a pom.

git-svn-id: https://atinject.googlecode.com/svn/trunk@61 3bc8319c-20ab-11de-9edc-3f40a397ab60
diff --git a/javax.inject.pom b/javax.inject.pom
new file mode 100644
index 0000000..8e6e38c
--- /dev/null
+++ b/javax.inject.pom
@@ -0,0 +1,20 @@
+<project>
+  <modelVersion>1</modelVersion>
+  <groupId>javax.inject</groupId>
+  <artifactId>javax.inject</artifactId>
+  <packaging>jar</packaging>
+  <name>javax.inject</name>
+  <version>1</version>
+  <description>The javax.inject API</description>
+  <url>http://code.google.com/p/atinject/</url>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://code.google.com/p/atinject/source/checkout</url>
+  </scm>
+</project>