reusr1 opened a new pull request #19: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/19
the following dependencies were outdated: ``` [INFO] org.apache.sling:org.apache.sling.auth.core ........... 1.5.0 -> 1.5.2 [INFO] org.apache.sling:org.apache.sling.engine .............. 2.7.2 -> 2.7.4 [INFO] org.apache.sling:org.apache.sling.repoinit.parser ..... 1.6.6 -> 1.6.8 [INFO] org.apache.sling:org.apache.sling.resourceresolver .... 1.7.2 -> 1.7.4 [INFO] org.apache.sling:org.apache.sling.xss ................ 2.2.8 -> 2.2.12 [INFO] com.composum.nodes:composum-nodes-commons ............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-console ............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-jslibs .............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-pckgmgr ............. 2.3.0 -> 2.6.1 [INFO] com.composum.nodes:composum-nodes-usermgr ............. 2.3.0 -> 2.6.1 [INFO] org.apache.felix:org.apache.felix.http.jetty .......... 4.1.4 -> 4.1.6 [INFO] org.apache.felix:org.apache.felix.scr ............... 2.1.24 -> 2.1.26 [INFO] org.apache.felix:org.apache.felix.utils ............. 1.11.6 -> 1.11.8 ``` also had to move org.apache.sling.commons.metrics and io.dropwizard.metrics:metrics-core from start-level 15 to start-level 5 to be able to build the project due to ``` [ERROR] org.apache.sling:org.apache.sling.auth.core:1.5.2: is importing package(s) org.apache.sling.commons.metrics in start level 5 but no bundle is exporting these for that start level. [ERROR] Analyser detected errors on feature 'org.apache.sling:org.apache.sling.starter:slingosgifeature:nosample_base:12-SNAPSHOT'. See log output for error messages. ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
