This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-core.git
commit 429a0cd2480164efbf8c6cd61d79d77779723570 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Sep 27 06:46:24 2019 +0200 remove versions (managed in parent) --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index d6bdb07..1e5fd55 100644 --- a/pom.xml +++ b/pom.xml @@ -102,13 +102,11 @@ <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> - <version>1</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>3.1.0</version> <scope>provided</scope> </dependency> <!-- Apache Sling --> @@ -165,7 +163,6 @@ <groupId>org.osgi</groupId> <artifactId>org.osgi.annotation.versioning</artifactId> <scope>provided</scope> - <version>1.0.0</version> </dependency> <dependency> <groupId>org.osgi</groupId> @@ -195,7 +192,6 @@ <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> - <version>16.0.2</version> <scope>provided</scope> </dependency>
