Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
bthompson_nd
Contributor II
Contributor II

Can't install AWS SDK for Java 2.x

I want to be able to use the AWS SDK for Java version 2.x in Routines but it doesn't seem feasible to manually add every last dependent jar in the GUI. Amazon's documentation has you adding a DependencyManagement node in pom.xml which helps maven find what you need based on which modules you call for in other parts of the pom.xml. Is the some equivalent to this that would allow me to add the latest version of the AWS SDK to my Talend Studio v8.0.1?

Labels (5)
3 Replies
Anonymous
Not applicable

Hello,

Could you please clarify in which Talend version/edition you are?

You are able to add the <dependencyManagement> in the project pom template and patch 8.0.1-R2023-02 is recommended if you want better experience of customizing the template.

Best regards

Sabrina

bthompson_nd
Contributor II
Contributor II
Author

Is there something significant that changes about Maven and pom files in R2023-02?

Anonymous
Not applicable

Hello,

We've added support for customizing project pom template in 8.0.1-R2023-02 and upgraded maven-deploy-plugin to 2.8.2.

We will extend this section of the documentation and keep you posted

https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/cibuilder-maven-buil...

Best regards

Sabrina