remove unused dependency

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1759969 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fling/pom.xml b/fling/pom.xml
index c10ee14..88d79a7 100644
--- a/fling/pom.xml
+++ b/fling/pom.xml
@@ -45,12 +45,6 @@
   <dependencies>
     <!-- javax -->
     <dependency>
-      <groupId>javax.inject</groupId>
-      <artifactId>javax.inject</artifactId>
-      <version>1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
       <version>2.0</version>