Skip to content

Commit

Permalink
Merge pull request #117 from JakduK/search
Browse files Browse the repository at this point in the history
MethodValidationPostProcessor를 사용하기 위한 jar 추가.
  • Loading branch information
pio authored Sep 25, 2016
2 parents 17f1632 + badada0 commit 64d15ba
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 64d15ba

Please sign in to comment.