SLING-4710 do not export javax.inject in sling models API bundle
add javax.inject dependency in launchpad from org.apache.geronimo.specs/geronimo-atinject_1.0_spec/1.0 because the original javax.inject jar is not an osgi bundle

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1678823 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index c97bbcf..c93525f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,8 +329,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad</artifactId>
-            <classifier>standalone</classifier>
-            <version>7</version>
+            <version>8-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>