Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Is there something significant that changes about Maven and pom files in R2023-02?
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
Best regards
Sabrina