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/02 15:25:07 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (cd99397 -> bbb4bec)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git.


    from cd99397  SLING-8435 Provide Felix Health Check feature
     new 1561212  SLING-8670 Update Karaf to 4.2.6
     new bbb4bec  SLING-8671 Update Launchpad Integration Tests to 1.0.10

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/02: SLING-8670 Update Karaf to 4.2.6

Posted by ol...@apache.org.
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-karaf-launchpad-oak-tar-integration-tests.git

commit 15612127ce1230ba65f298ce132d2ec5c4681a29
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Sep 2 17:15:13 2019 +0200

    SLING-8670 Update Karaf to 4.2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cfe867d..abebda7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
       <groupId>org.apache.karaf</groupId>
       <artifactId>apache-karaf</artifactId>
       <type>tar.gz</type>
-      <version>4.2.5</version>
+      <version>4.2.6</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>


[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/02: SLING-8671 Update Launchpad Integration Tests to 1.0.10

Posted by ol...@apache.org.
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-karaf-launchpad-oak-tar-integration-tests.git

commit bbb4becf2427c5120db93ff2b65fa8802fa40fb6
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Sep 2 17:20:15 2019 +0200

    SLING-8671 Update Launchpad Integration Tests to 1.0.10
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index abebda7..b28ffca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>2.16.3</version>
+      <version>2.18.2</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Karaf -->
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
-      <version>1.0.8</version>
+      <version>1.0.10</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -266,7 +266,6 @@
               </includes>
               <excludes>
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude>
-                <exclude>org/apache/sling/launchpad/webapp/integrationtest/teleporter/ServicesPresentTest.*</exclude>
                 <!-- SLING-5414 Launchpad/Provisioning Model only -->
                 <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude>
               </excludes>