This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 7534af7  SLING-8094 add Sling Servlet Annotations to depMgmt
     new 3b72e8f  Merge branch 'master' of 
[email protected]:apache/sling-parent.git
7534af7 is described below

commit 7534af76b08cf226897b3ac198a5edb684205cdd
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Nov 15 11:02:27 2018 +0100

    SLING-8094 add Sling Servlet Annotations to depMgmt
---
 sling-bundle-parent/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 34606c1..35e3a93 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -280,7 +280,13 @@ Bundle-SCM: 
url=${project.scm.url},connection=${project.scm.connection},develope
                 <version>1.4.0</version>
                 <scope>provided</scope>
             </dependency>
-
+            <!-- 
https://sling.apache.org/apidocs/sling11/org/apache/sling/servlets/annotations/package-summary.html
 -->
+            <dependency>
+                <groupId>org.apache.sling</groupId>
+                <artifactId>org.apache.sling.servlets.annotations</artifactId>
+                <version>1.1.0</version>
+                <scope>provided</scope>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to