How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
<version>11.0.1</version>
</dependency>
Choose a version of net.shibboleth : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.0.x |
parent-11.0.1
|
||
parent-11.0.0
|
|||
7.11.x |
parent-7.11.2
|
||
parent-7.11.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
<version>11.0.1</version>
</dependency>
Advertisement