From 918d7847f1fc38351c90bc9010643fe3fba4be73 Mon Sep 17 00:00:00 2001 From: Vlad Date: Mon, 18 Dec 2023 09:09:51 +0200 Subject: [PATCH] Updated org.json dependency (#2593) --- README.md | 2 +- bundles/core/pom.xml | 1 - .../com/day/cq/wcm/foundation/forms/FormsHelper.java | 5 ++--- parent/pom.xml | 12 ++++++++++++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86a462fa2e..b643d1678f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ For existing projects, take example from the [AEM Project Archetype](https://git Core Components | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven ----------------|------------------------|-----------|---------|--------- -[2.23.4](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.23.4) | Continual | 6.5.17.0+ | 8,
11 | 3.3.9+ +[2.23.5+](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.23.4) | Continual | 6.5.19.0+ | 8,
11 | 3.3.9+ For the requirements from previous Core Component releases, see [Historical System Requirements](VERSIONS.md). diff --git a/bundles/core/pom.xml b/bundles/core/pom.xml index a8ea6e2fa8..1be40ae6b4 100644 --- a/bundles/core/pom.xml +++ b/bundles/core/pom.xml @@ -528,7 +528,6 @@ 3.8.1 test - com.adobe.aem uber-jar diff --git a/bundles/core/src/test/java/com/day/cq/wcm/foundation/forms/FormsHelper.java b/bundles/core/src/test/java/com/day/cq/wcm/foundation/forms/FormsHelper.java index 18121c20b2..777642ff8a 100644 --- a/bundles/core/src/test/java/com/day/cq/wcm/foundation/forms/FormsHelper.java +++ b/bundles/core/src/test/java/com/day/cq/wcm/foundation/forms/FormsHelper.java @@ -20,7 +20,6 @@ import org.apache.sling.api.request.RequestDispatcherOptions; import org.apache.sling.api.resource.Resource; import org.apache.sling.api.resource.ValueMap; -import org.apache.sling.commons.json.JSONException; import javax.jcr.Node; import javax.jcr.RepositoryException; @@ -183,9 +182,9 @@ public static String[] getValues(SlingHttpServletRequest request, String name, S return null; } - public static void inlineValuesAsJson(SlingHttpServletRequest request, Writer out, String path) throws IOException, RepositoryException, JSONException {} + public static void inlineValuesAsJson(SlingHttpServletRequest request, Writer out, String path) throws IOException, RepositoryException {} - public static void inlineValuesAsJson(SlingHttpServletRequest request, Writer out, String path, int nodeDepth) throws IOException, RepositoryException, JSONException {} + public static void inlineValuesAsJson(SlingHttpServletRequest request, Writer out, String path, int nodeDepth) throws IOException, RepositoryException {} private static void accumulateShowHideExpressions(Node node, Map map) throws RepositoryException {} diff --git a/parent/pom.xml b/parent/pom.xml index 0535516c3d..82762731c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -515,6 +515,11 @@ https://repo.adobe.com/nexus/content/groups/public/ default + + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 + @@ -744,6 +749,13 @@ provided + + com.adobe.granite.bundles + json + 20230618_2 + provided + +