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 2022/02/21 15:05:12 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-11140 Update bundles to the latest releases

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-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 8caae6c  SLING-11140 Update bundles to the latest releases
8caae6c is described below

commit 8caae6ce0f6180e37786d4790b970cba59464d10
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Feb 21 15:50:00 2022 +0100

    SLING-11140 Update bundles to the latest releases
    
    Revert the feature launcher update since it immediately errors out:
    
    Error: Unable to initialize main class org.apache.sling.feature.launcher.impl.Main
    Caused by: java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f90f8da..9a80383 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
                         </goals>
                         <phase>package</phase>
                         <configuration>
-                            <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.2.0</artifact>
+                            <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.1.6</artifact>
                             <stripVersion>true</stripVersion>
                         </configuration>
                     </execution>