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: 
cdhemant
Contributor II
Contributor II

Could not resolve dependencies for project Talend 7.3.1 through pipeline

Hello,

We have created Azure devops pipeline for Talend 7.3.1 to build and publish jobs to Nexus.

However for one the sub job we are getting below error.

: Could not resolve dependencies for project org.example.extractDataJob:jar:7.3.1: The following artifacts could not be resolved: org.talend.libraries:jcifs-1.3.0:jar:6.0.0, org.talend.libraries:jersey-client-1.4:jar:6.0.0, org.talend.libraries:jersey-core-1.4:jar:6.0.0, net.sf.json-lib:json-lib:jar:2.4.5-talend, org.talend.libraries:xom-1.2.7:jar:6.0.0: Could not find artifact org.talend.libraries:jcifs-1.3.0:jar:6.0.0 in releases (http://xx.xx.xx.xx:8081/repository/releases/)

We have manually uploaded the above mentioned JARS in release repo on nexus. But still we are facing this issue

  • org.talend.libraries:jcifs-1.3.0:jar:6.0.0
  • org.talend.libraries:jersey-client-1.4:jar:6.0.0,
  • org.talend.libraries:jersey-core-1.4:jar:6.0.0,
  • net.sf.json-lib:json-lib:jar:2.4.5-talend,
  • org.talend.lbraries:xom-1.2.7:jar:6.0.0:

Help appreciated

Thanks

Hemant

Labels (2)
2 Replies
gjeremy1617088143

Hi,

maybe you can use tLibraryLoad component to force the library in the job.

Send me love and kudos

Anonymous
Not applicable

Hello,

Please have a look at this article about: https://community.talend.com/s/article/Failed-to-deploy-artifacts-Return-code-is-400-when-publishing...

and let us know if it helps.

Best regards

Sabrina