Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

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

Avatar

Level 1

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>

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Administrator

@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