How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>spring-ws-bom</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Choose a version of net.anthavio.maven : spring-ws-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
spring-ws-bom-2.2.0.RELEASE
|
||
2.1.x |
spring-ws-bom-2.1.4.RELEASE
|
||
spring-ws-bom-2.1.3.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.anthavio.maven</groupId>
<artifactId>spring-ws-bom</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
Advertisement