How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sap.cloud.gw.xsa</groupId>
<artifactId>thirdparty</artifactId>
<version>1.2.8</version>
</dependency>
Choose a version of com.sap.cloud.gw.xsa : thirdparty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
thirdparty-1.2.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sap.cloud.gw.xsa</groupId>
<artifactId>thirdparty</artifactId>
<version>1.2.8</version>
</dependency>
Advertisement