From 709bd74958a2f8e444c3ed87d553ba0a5edbb8e1 Mon Sep 17 00:00:00 2001 From: david g Date: Fri, 4 Aug 2023 10:09:14 -0400 Subject: [PATCH] Resolved package dependency in classic all project (#412) --- all/pom.xml | 5 ++++- core/pom.xml | 1 - pom.xml | 2 ++ ui.content.sample/pom.xml | 10 +++++++++- ui.content/pom.xml | 9 +++++++++ 5 files changed, 24 insertions(+), 3 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index e420095c8b..200d402b85 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -193,6 +193,9 @@ false + + ${wknd-shared.65.version} + @@ -265,7 +268,7 @@ com.adobe.aem.guides aem-guides-wknd-shared.ui.content - ${wknd-shared.65.version} + ${wknd-shared.version} zip diff --git a/core/pom.xml b/core/pom.xml index f43e644d60..a4057e3129 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -160,7 +160,6 @@ Import-Package: javax.annotation;version=0.0.0,* classic - diff --git a/pom.xml b/pom.xml index f1c9679b91..9dd5e3a533 100644 --- a/pom.xml +++ b/pom.xml @@ -453,6 +453,7 @@ Bundle-DocURL: + @@ -715,6 +716,7 @@ Bundle-DocURL: + diff --git a/ui.content.sample/pom.xml b/ui.content.sample/pom.xml index fd940cbe68..951750b8b4 100644 --- a/ui.content.sample/pom.xml +++ b/ui.content.sample/pom.xml @@ -71,7 +71,6 @@ com.adobe.aem.guides aem-guides-wknd-shared.ui.content - ${wknd-shared.version} @@ -116,4 +115,13 @@ zip + + + + classic + + ${wknd-shared.65.version} + + + diff --git a/ui.content/pom.xml b/ui.content/pom.xml index f95710cd75..4947f575fe 100644 --- a/ui.content/pom.xml +++ b/ui.content/pom.xml @@ -116,4 +116,13 @@ aem-sdk-api + + + + classic + + ${wknd-shared.65.version} + + +