How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.talend</groupId>
<artifactId>petals-talend-parent</artifactId>
<version>1.2.0-1.0.0</version>
</dependency>
Choose a version of org.ow2.petals.samples.talend : petals-talend-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
petals-talend-parent-1.2.0-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.talend</groupId>
<artifactId>petals-talend-parent</artifactId>
<version>1.2.0-1.0.0</version>
</dependency>
Advertisement