Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hamdi_bourbia
Partner - Contributor
Partner - Contributor

Add maven dependency

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 :

0695b00000KCk5fAAD.png

is there any improvement on the matter ?

Thank you in advance for any feedback

Best

Labels (2)
3 Replies
gjeremy1617088143

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

selimseddiki
Partner - Contributor III
Partner - Contributor III

it is here : https://search.maven.org/search?q=com.files

Anonymous
Not applicable

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