Skip to content

Commit

Permalink
MethodValidationPostProcessor를 사용하기 위한 jar 추가.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyohwan committed Sep 25, 2016
1 parent de8e9d4 commit badada0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jakduk-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
compile group: 'org.springframework.security', name: 'spring-security-config', version:"${springSecurityVersion}"
compile group: 'org.springframework.security', name: 'spring-security-taglibs', version:"${springSecurityVersion}"

compile 'javax.el:javax.el-api:3.0.0'
compile group: 'javax.servlet', name: 'jstl', version:'1.2'
compile 'io.springfox:springfox-swagger2:2.5.0'
compile 'io.springfox:springfox-swagger-ui:2.5.0'
Expand Down

0 comments on commit badada0

Please sign in to comment.