Article provides the details of the API to get the details of dependency files such as the references found in the pom.xml file.
Details
The mapping API returns the details of the package files, that is dependencies needed for the project.
GET
/domains/{domainId}/applications/{applicationId}/components/{componentId}/mapping
Here's an example for this GET API call:
The full path that is associated with the pom.xml and the details of the dependency found is returned.
NB: pom.xml lists all external libraries or "packages" the Java project depends on. Maven fetches the packages from a central repository. Maven, is a build automation and dependency management tool for Java projects.
Highlight API's
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Ticket
54685
Comments