Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

missing dependencies - http://repo.adobe.com/nexus/content/groups/public - The specified blob does not exist.

Avatar

Level 1

Hi All, I am build aem project in jenkins pipeline facing below error.

 

Hi All, I am building aem project using jenkins pipeline facing below error.

Failed to execute goal on project projectname.core: Could not resolve dependencies for project
projectname.core:bundle:1.0.0-DEV202309050755-SNAPSHOT: The following artifacts could not be resolved:
org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-storage:jar:5.0.0_1,
javax.json:javax.json-api:jar:1.1.4, com.adobe.acs:acs-aem-commons-bundle:jar:4.8.6: Failure
find org.apache.servicemix.bundles:org.apache.servicemix.bundles.azure-storage:jar:5.0.0_1 in
http://repo.adobe.com/nexus/content/groups/public was cached in the local repository,
resolution will not be reattempted until the update interval of adobe-public-releases has elapsed
or updates are forced -> [Help 1]



while trying to access http://repo.adobe.com/nexus/content/groups/public getting below error
<Error>
<Code>BlobNotFound</Code>
<Message>The specified blob does not exist. RequestId:2ac29bcb-c01e-001d-280b-e0d3e0000000 Time:2023-09-05T15:12:24.5402968Z</Message>
</Error>

can anyone please help.

















 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think you should not be using the adobe repo anymore. you should use maven repo.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-maven-repo-the-speci... 



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

I think you should not be using the adobe repo anymore. you should use maven repo.

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-maven-repo-the-speci... 



Arun Patidar

Avatar

Community Advisor

Hello @pragathiks 

 

Can you please try using adobe-public profile while building the project?

 

mvn clean install -PautoInstallPackage -Padobe-public


Aanchal Sikka