rombert commented on a change in pull request #50: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/50#discussion_r811202221
########## File path: pom.xml ########## @@ -162,7 +162,7 @@ </goals> <phase>package</phase> <configuration> - <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.1.6</artifact> + <artifact>org.apache.sling:org.apache.sling.feature.launcher:1.2.0</artifact> Review comment: @enapps-enorman - after this change launching the Starter does not work anymore: ``` $ java -jar target/dependency/org.apache.sling.feature.launcher.jar Error: Unable to initialize main class org.apache.sling.feature.launcher.impl.Main Caused by: java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException ``` I'll revert just the feature launcher update while we sort this out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org