Which version of com.sendgrid does AEM Cloud Manager support Currently | Community
Skip to main content
New Participant
April 5, 2022
Solved

Which version of com.sendgrid does AEM Cloud Manager support Currently

  • April 5, 2022
  • 2 replies
  • 723 views

Below Dependencies are not Getting Resolved in aem Cloud manager 
getting the following error : com.sendgrid - cannot be resolved

 

<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>java-http-client</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<version>4.3.0</version>
</dependency>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

There are few areas to check:

  • The dependency is available in public repository
  • If not hosted in public, assure its available in a private repository
    • Configure the repository and credentials as discussed on [0]
  • If dependency cannot be hosted then, configure it to be hosted in local repository as discussed on [0]
  • Assure that the dependency is available as a bundle and not a jar download

 

[0]:  https://techrevel.blog/2023/09/27/managing-third-party-dependencies-in-aem/

2 replies

kautuk_sahni
Employee
October 19, 2023

@ankitsolanki Did you find the suggestions from Aanachal helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
October 18, 2023

There are few areas to check:

  • The dependency is available in public repository
  • If not hosted in public, assure its available in a private repository
    • Configure the repository and credentials as discussed on [0]
  • If dependency cannot be hosted then, configure it to be hosted in local repository as discussed on [0]
  • Assure that the dependency is available as a bundle and not a jar download

 

[0]:  https://techrevel.blog/2023/09/27/managing-third-party-dependencies-in-aem/

Aanchal Sikka