Skip to content

Commit

Permalink
添加jar包
Browse files Browse the repository at this point in the history
  • Loading branch information
CC-Cheunggg committed Apr 29, 2020
1 parent 1d226e8 commit ae7a9bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter:1.5.13.RELEASE'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
compile 'org.apache.ant:ant:1.10.5'
compile 'javax.el:javax.el-api:3.0.0'
compile 'org.glassfish:javax.el:3.0.0'
compile 'org.apache.commons:commons-exec:1.3'
compile 'org.hibernate.validator:hibernate-validator:6.1.4.Final'
compile fileTree(dir: 'localLibs', include: ['*.jar'])
Expand Down

0 comments on commit ae7a9bf

Please sign in to comment.