You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/07/24 18:55:54 UTC

[sling-org-apache-sling-app-cms] 02/03: Updating the start order of several foundational libraries

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

dklco pushed a commit to branch SLING-8913-multiple-instance-types
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 1860c918b74a57597d78f716c704e634d6aaa143
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri Jul 24 14:49:02 2020 -0400

    Updating the start order of several foundational libraries
---
 feature/src/main/features/cms_cms.json     |  2 +-
 feature/src/main/features/sling_sling.json | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/feature/src/main/features/cms_cms.json b/feature/src/main/features/cms_cms.json
index 0a7cb95..552c56c 100644
--- a/feature/src/main/features/cms_cms.json
+++ b/feature/src/main/features/cms_cms.json
@@ -64,7 +64,7 @@
         },
         {
             "id":"com.sun.mail:javax.mail:1.6.2",
-            "start-order":"20"
+            "start-order":"15"
         },
         {
             "id":"org.apache.commons:commons-text:1.8",
diff --git a/feature/src/main/features/sling_sling.json b/feature/src/main/features/sling_sling.json
index 2120da4..1b91001 100644
--- a/feature/src/main/features/sling_sling.json
+++ b/feature/src/main/features/sling_sling.json
@@ -4,11 +4,11 @@
     "bundles":[
         {
             "id":"commons-codec:commons-codec:1.14",
-            "start-order":"20"
+            "start-order":"10"
         },
         {
             "id":"commons-collections:commons-collections:3.2.2",
-            "start-order":"20"
+            "start-order":"10"
         },
         {
             "id":"javax.mail:mail:1.5.0-b01",
@@ -16,7 +16,7 @@
         },
         {
             "id":"org.apache.commons:commons-collections4:4.4",
-            "start-order":"20"
+            "start-order":"10"
         },
         {
             "id":"org.apache.commons:commons-math:2.2",
@@ -28,11 +28,11 @@
         },
         {
             "id":"org.apache.httpcomponents:httpclient-osgi:4.5.10",
-            "start-order":"20"
+            "start-order":"10"
         },
         {
             "id":"org.apache.httpcomponents:httpcore-osgi:4.4.12",
-            "start-order":"20"
+            "start-order":"10"
         },
         {
             "id":"org.apache.jackrabbit.vault:org.apache.jackrabbit.vault:3.4.4",