How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>se.litsec.sweid.idp</groupId>
<artifactId>shibboleth-base-bom</artifactId>
<version>1.5.0</version>
</dependency>
Choose a version of se.litsec.sweid.idp : shibboleth-base-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
shibboleth-base-bom-1.5.0
|
||
1.4.x |
shibboleth-base-bom-1.4.5
|
||
shibboleth-base-bom-1.4.4
|
|||
shibboleth-base-bom-1.4.3
|
|||
shibboleth-base-bom-1.4.2
|
|||
shibboleth-base-bom-1.4.1
|
|||
1.4 |
shibboleth-base-bom-1.4
|
||
1.3.x |
shibboleth-base-bom-1.3.2
|
||
shibboleth-base-bom-1.3.1
|
|||
1.3 |
shibboleth-base-bom-1.3
|
||
1.2.x |
shibboleth-base-bom-1.2.1
|
||
1.2 |
shibboleth-base-bom-1.2
|
||
1.1.x |
shibboleth-base-bom-1.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>se.litsec.sweid.idp</groupId>
<artifactId>shibboleth-base-bom</artifactId>
<version>1.5.0</version>
</dependency>
Advertisement