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 2020/03/28 07:48:29 UTC

[sling-org-apache-sling-i18n] 02/03: remove dependency 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-i18n.git

commit c939ea1f30cf0e3ac1e40691c49ff90fcb6e7c49
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 28 08:36:11 2020 +0100

    remove dependency versions managed in parent
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5169b58..ea3a4d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,13 +133,11 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.event</artifactId>
-            <version>1.3.1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.cm</artifactId>
-            <version>1.5.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>