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:06:30 UTC

[sling-org-apache-sling-karaf-features] 02/03: 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-features.git

commit 22999a7ee8aa38691b65e51402e069c47c58e142
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jan 25 14:15:48 2023 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    use Scripting Groovy 1.3.0-SNAPSHOT, update Groovy dependencies and drop Groovy JSON dependency
---
 src/main/feature/feature.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 76f81f8..65aca43 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -518,14 +518,12 @@
     <bundle dependency="true">mvn:org.freemarker/freemarker/2.3.31</bundle>
   </feature>
   <feature name="sling-scripting-groovy" version="${project.version}">
-    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.groovy/1.2.1-SNAPSHOT</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.scripting.groovy/1.3.0-SNAPSHOT</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-scripting</feature>
-    <feature>spifly</feature>
-    <bundle dependency="true">mvn:org.apache.groovy/groovy/4.0.4</bundle>
-    <bundle dependency="true">mvn:org.apache.groovy/groovy-json/4.0.4</bundle>
-    <bundle dependency="true">mvn:org.apache.groovy/groovy-templates/4.0.4</bundle>
+    <bundle dependency="true">mvn:org.apache.groovy/groovy/4.0.8</bundle>
+    <bundle dependency="true">mvn:org.apache.groovy/groovy-templates/4.0.8</bundle>
   </feature>
   <feature name="sling-scripting-java" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.scripting.java/2.1.6</bundle>