You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/09/27 04:46:37 UTC

[sling-org-apache-sling-scripting-core] 02/02: remove versions (managed in parent)

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 <ol...@apache.org>
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>