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-jcr-mock.git
The following commit(s) were added to refs/heads/feature/SLING-7802-nullability by this push: new 3ca2f2b SLING-7802 update to latest sling-parent 3ca2f2b is described below commit 3ca2f2bf318d38e6e4cb0151e048b2e626d2cc49 Author: sseifert <sseif...@pro-vision.de> AuthorDate: Fri Aug 3 15:47:27 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 5bd1d04..8b5b131 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>javax.jcr</groupId> <artifactId>jcr</artifactId> <scope>compile</scope> @@ -80,7 +86,6 @@ <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> - <version>16.0.2</version> <scope>provided</scope> </dependency>