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 2023/01/26 16:07:01 UTC

[sling-org-apache-sling-karaf-integration-tests] 02/02: SLING-3027 Improve Launchpad Karaf Features

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-integration-tests.git

commit 2f90427f913507f96661d0890c984018a6f02ce3
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 25 14:16:58 2023 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    drop Groovy JSON dependency (SLING-11761)
---
 .../apache/sling/karaf/tests/bootstrap/SlingScriptingGroovyIT.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingScriptingGroovyIT.java b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingScriptingGroovyIT.java
index bb44e20..d69590a 100644
--- a/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingScriptingGroovyIT.java
+++ b/src/test/java/org/apache/sling/karaf/tests/bootstrap/SlingScriptingGroovyIT.java
@@ -58,13 +58,6 @@ public class SlingScriptingGroovyIT extends KarafTestSupport {
         assertEquals(Bundle.ACTIVE, bundle.getState());
     }
 
-    @Test
-    public void testGroovyJson() {
-        final Bundle bundle = findBundle("groovy-json");
-        assertNotNull(bundle);
-        assertEquals(Bundle.ACTIVE, bundle.getState());
-    }
-
     @Test
     public void testGroovyTemplates() {
         final Bundle bundle = findBundle("groovy-templates");