You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/12/01 16:56:40 UTC

[sling-org-apache-sling-models-integration-tests] branch feature/SLING-10948-update-integration-tests updated: simplify provisioning config

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

sseifert pushed a commit to branch feature/SLING-10948-update-integration-tests
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git


The following commit(s) were added to refs/heads/feature/SLING-10948-update-integration-tests by this push:
     new 58d4407  simplify provisioning config
58d4407 is described below

commit 58d44077b0ddda1e11852a1c8719f06128f488ff
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Wed Dec 1 17:56:07 2021 +0100

    simplify provisioning config
---
 src/test/provisioning/sling-models-jacksonexporter.txt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/test/provisioning/sling-models-jacksonexporter.txt b/src/test/provisioning/sling-models-jacksonexporter.txt
index 6ee60ba..cf590fa 100644
--- a/src/test/provisioning/sling-models-jacksonexporter.txt
+++ b/src/test/provisioning/sling-models-jacksonexporter.txt
@@ -16,12 +16,9 @@
 #  specific language governing permissions and limitations
 #  under the License.
 #
+
+# must be the same feature name as the feature defined in slingstart to allow merging
 [feature name=models-jacksonexporter]
-[variables]
-    jackson.version=2.9.7
 
 [artifacts]
   org.apache.sling/org.apache.sling.models.jacksonexporter
-  com.fasterxml.jackson.core/jackson-annotations/${jackson.version}
-  com.fasterxml.jackson.core/jackson-core/${jackson.version}
-  com.fasterxml.jackson.core/jackson-databind/${jackson.version}