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 2018/02/09 12:25:11 UTC

[sling-org-apache-sling-junit-teleporter] 01/02: SLING-7353 Update to Sling Parent 33

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-junit-teleporter.git

commit b7dcee7029aa19ac5fc30ce4ff655291ba3e5805
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Feb 9 13:23:48 2018 +0100

    SLING-7353 Update to Sling Parent 33
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 220ed07..32f84fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>30</version>
+    <version>33</version>
     <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.junit.teleporter</artifactId>
   <version>1.0.17-SNAPSHOT</version>
-  <packaging>jar</packaging>
+
   <name>Apache Sling JUnit Tests Teleporter</name>
   <description>Client-side implementation of the Teleporter mechanism for server-side JUnit tests</description>
   
@@ -141,6 +141,12 @@
       <version>1.1.4</version>
       <scope>test</scope>
     </dependency>
+    <!-- OSGi -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
   
   <scm>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.