How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>jwt-bom</artifactId>
<version>4.1.3</version>
</dependency>
Choose a version of org.entur.jwt-rs : jwt-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
jwt-bom-4.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.entur.jwt-rs</groupId>
<artifactId>jwt-bom</artifactId>
<version>4.1.3</version>
</dependency>
Advertisement