minor doc and maven work
This commit is contained in:
parent
31fd5453a5
commit
d8b171ead0
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
## Spring Security for REST Example Project
|
## Spring Security for REST Example Project
|
||||||
|
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider)
|
- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider)
|
||||||
|
- [Retrieve User Information in Spring Security](http://www.baeldung.com/get-user-in-spring-security)
|
||||||
|
@ -196,7 +196,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jayway.restassured</groupId>
|
<groupId>com.jayway.restassured</groupId>
|
||||||
<artifactId>rest-assured</artifactId>
|
<artifactId>rest-assured</artifactId>
|
||||||
<version>2.2.0</version>
|
<version>2.3.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user