How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>wso2am-identity-local-authenticators</artifactId>
<version>4.2.0</version>
</dependency>
Choose a version of org.wso2.am : wso2am-identity-local-authenticators to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2.x |
wso2am-identity-local-authenticators-4.2.0
|
||
wso2am-identity-local-authenticators-4.2.0-beta
|
|||
wso2am-identity-local-authenticators-4.2.0-m1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>wso2am-identity-local-authenticators</artifactId>
<version>4.2.0</version>
</dependency>
Advertisement