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

sseifert pushed a commit to branch feature/SLING-7803-nullability
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git


The following commit(s) were added to refs/heads/feature/SLING-7803-nullability 
by this push:
     new 51c35a3  SLING-7802 update to latest sling-parent
51c35a3 is described below

commit 51c35a3e1c8e198c9973ec1d924228c852ee3e95
Author: sseifert <[email protected]>
AuthorDate: Fri Aug 3 15:47:42 2018 +0200

    SLING-7802 update to latest sling-parent
---
 pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70417ad..efeb22f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>34-SNAPSHOT</version>
         <relativePath />
     </parent>
 
@@ -44,6 +44,12 @@
     <dependencies>
   
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
             <version>2.3.11-SNAPSHOT</version>
@@ -227,7 +233,6 @@
         <dependency>
             <groupId>org.jetbrains</groupId>
             <artifactId>annotations</artifactId>
-            <version>16.0.2</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to