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

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


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

commit 4691b46d1f01575a485f8e419bcb3bbb9af9c85e
Author: sseifert <[email protected]>
AuthorDate: Fri Aug 3 15:47:37 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 61a9adc..b8ba3c2 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>
 
@@ -56,6 +56,11 @@
     </reporting>
     <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.api</artifactId>
             <version>2.4.0</version>
@@ -90,7 +95,6 @@
         <dependency>
             <groupId>org.jetbrains</groupId>
             <artifactId>annotations</artifactId>
-            <version>16.0.2</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to