How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-bom</artifactId>
<version>6.0.3.Final</version>
</dependency>
Choose a version of org.jboss.resteasy : resteasy-spring-boot-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.0.x |
resteasy-spring-boot-bom-6.0.3.Final
|
||
resteasy-spring-boot-bom-6.0.2.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring-boot-bom</artifactId>
<version>6.0.3.Final</version>
</dependency>
Advertisement