Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I raised one more time the issue reported in :
https://community.talend.com/s/feed/0D53p00007vCmNWCA0?language=en_US
back in 2019.
I must add a maven dependency :
<dependency>
<groupId>com.files</groupId>
<artifactId>files-java</artifactId>
<version>$VERSION</version>
</dependency>
to use the SDK provided by a platform :
https://developers.files.com/# sdks
I did it in the project setting, according to :
https://help.talend.com/r/QrWkwPvKmKybs~JNLeBt3Q/zPYTS4PLhRoEK_Mj8ztaJw
but the dependency is not resolved :
is there any improvement on the matter ?
Thank you in advance for any feedback
Best
Hi, @Hamdi Bourbia , I don't find the groupId:com.files artifactId:files-java Jar in maven repository, maybe it's because it won't work.
Send me love and kudos
it is here : https://search.maven.org/search?q=com.files
Just to have it here as well, Studio 8 since a few months has a checkbox called: "Add direct dependencies".
This looks for the dependencies of the jar file (in case it has an embedded POM) or from the pom itself.
Unfortunately it is not recursive so doesn't do the dependencies of a direct dependency but should make the development a bit easier. (That recursion would have required us to make a lot of changes, the current approach was easier to implement.)
https://help.talend.com/r/en-US/8.0/studio-user-guide/editing-user-routine-libraries