You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
07:18:19,344 [main] [ERROR] Error downloading dependencies for project
07:18:19,344 [main] [ERROR] Failure to find com.adobe.acs:acs-aem-commons-ui.apps:content-package:6.0.8 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
07:18:19,366 [main] [WARNING] Failure to find com.adobe.acs:acs-aem-commons-ui.apps:content-package:6.0.8 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
The log indicates that the incorrect <type>content-package</type> is defined here:
This is only an issue when a project that does not add filevault-package-maven-plugin with <extensions>true</extensions>, adds a dependency that transitively includes com.adobe.acs:acs-aem-commons-ui.content, where this dependency type is defined.
The text was updated successfully, but these errors were encountered:
adamcin
added a commit
to adamcin/acs-aem-commons
that referenced
this issue
May 30, 2023
Required Information
Expected Behavior
Successful resolution of direct dependencies.
It would also be advisable to add
<scope>provided</scope>
to the embedded package dependencies within theacs-aem-commons-all
pom.xml.Actual Behavior
Transitive dependency resolution for the following dependency fails to resolve ui.apps-6.0.8.content-package from maven central.
The maven build output is as follows:
The log indicates that the incorrect
<type>content-package</type>
is defined here:acs-aem-commons/ui.content/pom.xml
Line 183 in ebf659c
Steps to Reproduce
This is only an issue when a project that does not add
filevault-package-maven-plugin
with<extensions>true</extensions>
, adds a dependency that transitively includescom.adobe.acs:acs-aem-commons-ui.content
, where this dependency type is defined.The text was updated successfully, but these errors were encountered: