Author: olli
Date: Sat Oct  1 18:25:26 2016
New Revision: 1763027

URL: http://svn.apache.org/viewvc?rev=1763027&view=rev
Log:
SLING-6086 Manage version of javax.inject in parent

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1763027&r1=1763026&r2=1763027&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Sat Oct  1 18:25:26 2016
@@ -59,7 +59,7 @@
         <!--
             Java API and class file compliance. This property supports
             one of three values:
-              - 6: Java 6 
+              - 6: Java 6
               - 7: Java 7 (default)
               - 8: Java 8
             Using anything else causes the 
set-bundle-required-execution-environment
@@ -1096,6 +1096,14 @@
                 <scope>provided</scope>
             </dependency>
 
+            <!-- dependency injection annotations -->
+            <dependency>
+                <groupId>javax.inject</groupId>
+                <artifactId>javax.inject</artifactId>
+                <version>1</version>
+                <scope>provided</scope>
+            </dependency>
+
             <!-- JCR API -->
             <dependency>
                 <groupId>javax.jcr</groupId>
@@ -1133,7 +1141,7 @@
                 <version>1.3.0</version>
                 <scope>provided</scope>
             </dependency>
-             
+
 
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
@@ -1162,7 +1170,7 @@
                 <scope>test</scope>
             </dependency>
 
-         
+
             <!-- DEPRECATED: Use official OSGi annotations -->
             <dependency>
                 <groupId>org.apache.felix</groupId>


Reply via email to