How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-security-tests</artifactId>
<version>1.5.7.RELEASE</version>
</dependency>
Choose a version of org.springframework.boot : spring-boot-security-tests to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
spring-boot-security-tests-1.5.7.RELEASE
|
||
spring-boot-security-tests-1.5.6.RELEASE
|
|||
spring-boot-security-tests-1.5.5.RELEASE
|
|||
spring-boot-security-tests-1.5.4.RELEASE
|
|||
spring-boot-security-tests-1.5.3.RELEASE
|
|||
spring-boot-security-tests-1.5.2.RELEASE
|
|||
spring-boot-security-tests-1.5.1.RELEASE
|
|||
spring-boot-security-tests-1.5.0.RELEASE
|
|||
1.4.x |
spring-boot-security-tests-1.4.7.RELEASE
|
||
spring-boot-security-tests-1.4.6.RELEASE
|
|||
spring-boot-security-tests-1.4.5.RELEASE
|
|||
spring-boot-security-tests-1.4.4.RELEASE
|
|||
spring-boot-security-tests-1.4.3.RELEASE
|
|||
spring-boot-security-tests-1.4.2.RELEASE
|
|||
spring-boot-security-tests-1.4.1.RELEASE
|
|||
spring-boot-security-tests-1.4.0.RELEASE
|
|||
1.3.x |
spring-boot-security-tests-1.3.8.RELEASE
|
||
spring-boot-security-tests-1.3.7.RELEASE
|
|||
spring-boot-security-tests-1.3.6.RELEASE
|
|||
spring-boot-security-tests-1.3.5.RELEASE
|
|||
spring-boot-security-tests-1.3.4.RELEASE
|
|||
spring-boot-security-tests-1.3.3.RELEASE
|
|||
spring-boot-security-tests-1.3.2.RELEASE
|
|||
spring-boot-security-tests-1.3.1.RELEASE
|
|||
spring-boot-security-tests-1.3.0.RELEASE
|
|||
1.2.x |
spring-boot-security-tests-1.2.8.RELEASE
|
||
spring-boot-security-tests-1.2.7.RELEASE
|
|||
spring-boot-security-tests-1.2.6.RELEASE
|
|||
spring-boot-security-tests-1.2.5.RELEASE
|
|||
spring-boot-security-tests-1.2.4.RELEASE
|
|||
spring-boot-security-tests-1.2.3.RELEASE
|
|||
spring-boot-security-tests-1.2.2.RELEASE
|
|||
1.1.x |
spring-boot-security-tests-1.1.12.RELEASE
|
||
spring-boot-security-tests-1.1.11.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-security-tests</artifactId>
<version>1.5.7.RELEASE</version>
</dependency>
Advertisement