build.gradle 899 B

1234567891011121314151617181920
  1. //configurations {
  2. // compile.exclude module: 'spring-boot-starter'
  3. // compile.exclude module: 'spring-boot-starter-aop'
  4. // compile.exclude module: 'spring-boot-configuration-processor'
  5. // compile.exclude module: 'spring-boot-starter-log4j2'
  6. // compile.exclude module: 'morphling.log4j2Appender'
  7. // compile.exclude module: 'netty-all'
  8. // compile.exclude module: 'commons-lang3:3.7'
  9. // compile.exclude module: 'jasypt-spring-boot-starter'
  10. // compile.exclude module: 'spring-boot-starter-test'
  11. //}
  12. dependencies {
  13. compile('io.springfox:springfox-swagger2:2.10.0')
  14. compile('io.springfox:springfox-swagger-ui:2.10.0')
  15. implementation('javax.validation:validation-api:2.0.1.Final')
  16. implementation('org.hibernate.validator:hibernate-validator:6.0.17.Final')
  17. implementation('com.friday.base:common:1.0.0')
  18. implementation('com.friday.base:database:1.0.0')
  19. }