You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:37:58 UTC

[sling-org-apache-sling-event] 11/26: Remove the commons.json bundle from the tests of event.resource

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git

commit ba8b87551be023b738fd3cb5f5b9d2d05b235d59
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Jun 2 11:08:50 2017 +0000

    Remove the commons.json bundle from the tests of event.resource
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1797370 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/event/it/AbstractJobHandlingTest.java     | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java b/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java
index 0146878..ce69345 100644
--- a/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java
+++ b/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java
@@ -183,6 +183,7 @@ public abstract class AbstractJobHandlingTest {
                 mavenBundle("commons-collections", "commons-collections", "3.2.2"),
                 mavenBundle("commons-codec", "commons-codec", "1.10"),
                 mavenBundle("commons-lang", "commons-lang", "2.6"),
+                mavenBundle("org.apache.commons", "commons-lang3", "3.5"),
                 mavenBundle("commons-pool", "commons-pool", "1.6"),
 
                 mavenBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.concurrent", "1.3.4_1"),
@@ -203,7 +204,6 @@ public abstract class AbstractJobHandlingTest {
                 // sling
                 mavenBundle("org.apache.sling", "org.apache.sling.settings", "1.3.8"),
                 mavenBundle("org.apache.sling", "org.apache.sling.commons.osgi", "2.3.0"),
-                mavenBundle("org.apache.sling", "org.apache.sling.commons.json", "2.0.16"),
                 mavenBundle("org.apache.sling", "org.apache.sling.commons.mime", "2.1.8"),
                 mavenBundle("org.apache.sling", "org.apache.sling.commons.classloader", "1.3.2"),
                 mavenBundle("org.apache.sling", "org.apache.sling.commons.johnzon", "1.0.0"),
@@ -217,12 +217,12 @@ public abstract class AbstractJobHandlingTest {
 
                 mavenBundle("org.apache.sling", "org.apache.sling.api", "2.14.2"),
                 mavenBundle("org.apache.sling", "org.apache.sling.resourceresolver", "1.4.18"),
-                mavenBundle("org.apache.sling", "org.apache.sling.adapter", "2.1.2"),
+                mavenBundle("org.apache.sling", "org.apache.sling.adapter", "2.1.10"),
                 mavenBundle("org.apache.sling", "org.apache.sling.jcr.resource", "2.8.0"),
                 mavenBundle("org.apache.sling", "org.apache.sling.jcr.classloader", "3.2.2"),
-                mavenBundle("org.apache.sling", "org.apache.sling.jcr.contentloader", "2.1.8"),
+                mavenBundle("org.apache.sling", "org.apache.sling.jcr.contentloader", "2.2.4"),
                 mavenBundle("org.apache.sling", "org.apache.sling.engine", "2.6.2"),
-                mavenBundle("org.apache.sling", "org.apache.sling.serviceusermapper", "1.2.2"),
+                mavenBundle("org.apache.sling", "org.apache.sling.serviceusermapper", "1.3.2"),
 
                 mavenBundle("org.apache.sling", "org.apache.sling.jcr.jcr-wrapper", "2.0.0"),
                 mavenBundle("org.apache.sling", "org.apache.sling.jcr.api", "2.4.0"),
@@ -247,7 +247,7 @@ public abstract class AbstractJobHandlingTest {
 
                 mavenBundle("org.apache.sling", "org.apache.sling.jcr.oak.server", "1.1.0"),
 
-                mavenBundle("org.apache.sling", "org.apache.sling.testing.tools", "1.0.6"),
+                mavenBundle("org.apache.sling", "org.apache.sling.testing.tools", "1.0.17-SNAPSHOT"),
                 mavenBundle("org.apache.httpcomponents", "httpcore-osgi", "4.1.2"),
                 mavenBundle("org.apache.httpcomponents", "httpclient-osgi", "4.1.2"),
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.