You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/11/10 11:48:43 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-9889 fix apis-jar IT

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 775f685  SLING-9889 fix apis-jar IT
775f685 is described below

commit 775f685a7cc6eb046661e199bee65efaa5c78862
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Nov 10 12:41:58 2020 +0100

    SLING-9889 fix apis-jar IT
---
 src/it/apis-jar/verify.groovy | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/it/apis-jar/verify.groovy b/src/it/apis-jar/verify.groovy
index a792edc..0d529b1 100644
--- a/src/it/apis-jar/verify.groovy
+++ b/src/it/apis-jar/verify.groovy
@@ -65,11 +65,11 @@ import org.codehaus.plexus.util.*;
                         [
                              "org.apache.felix.inventory;version=1.0",
                              "org.apache.felix.metatype;uses:=\"org.osgi.framework,org.osgi.service.metatype\";version=1.2.0"
-                         ],
+                         ] as String[],
                          [
                              "org/apache/felix/metatype/",
                              "org/apache/felix/inventory/"
-                         ])) {
+                         ] as String[])) {
             return false;
         }
 
@@ -79,7 +79,7 @@ import org.codehaus.plexus.util.*;
                          [
                              "org/apache/felix/metatype/",
                              "org/apache/felix/inventory/"
-                         ])) {
+                         ] as String[] )) {
             return false;
         }
 
@@ -92,13 +92,13 @@ import org.codehaus.plexus.util.*;
                              "org.apache.felix.metatype;uses:=\"org.osgi.framework,org.osgi.service.metatype\";version=1.2.0",
                              "org.apache.felix.scr.component;uses:=org.osgi.service.component;version=1.1.0",
                              "org.apache.felix.scr.info;version=1.0.0"
-                         ],
+                         ] as String[],
                          [
                              "org/apache/felix/metatype/",
                              "org/apache/felix/inventory/",
                              "org/apache/felix/scr/component/",
                              "org/apache/felix/scr/info/"
-                         ])) {
+                         ] as String[] )) {
             return false;
         }
 
@@ -110,7 +110,7 @@ import org.codehaus.plexus.util.*;
                              "org/apache/felix/inventory/",
                              "org/apache/felix/scr/component/",
                              "org/apache/felix/scr/info/"
-                         ])) {
+                         ]  as String[] )) {
             return false;
         }