How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-inbound-auth-sts</artifactId>
<version>5.1.2</version>
</dependency>
Choose a version of org.wso2.carbon.identity : identity-inbound-auth-sts to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.1.x |
identity-inbound-auth-sts-5.1.2
|
||
identity-inbound-auth-sts-5.1.1
|
|||
identity-inbound-auth-sts-5.1.1-m3
|
|||
identity-inbound-auth-sts-5.1.1-m2
|
|||
identity-inbound-auth-sts-5.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>identity-inbound-auth-sts</artifactId>
<version>5.1.2</version>
</dependency>
Advertisement