This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Add Maven dependency: spring-security-test
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.4-alpha
Pekka Helenius
4 years ago
parent
673cd993f4
commit
ee59a73934
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
bookstore/pom.xml
+ 6
- 0
bookstore/pom.xml
View File
@ -42,6 +42,12 @@
<scope
>
test
</scope>
</dependency>
<dependency
>
<groupId
>
org.springframework.security
</groupId>
<artifactId
>
spring-security-test
</artifactId>
<scope
>
test
</scope>
</dependency>
<dependency
>
<groupId
>
org.springframework.boot
</groupId>
<artifactId
>
spring-boot-starter-validation
</artifactId>
Write
Preview
Loading…
Cancel
Save