소스 검색

Implement-api-tb-code-tb-code-details

new-feature
viet.leq2 2 년 전
부모
커밋
92b43f3f44
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      build.gradle

+ 2
- 2
build.gradle 파일 보기

@@ -225,8 +225,8 @@ dependencies {
exclude module: 'commons-logging'
}
// log4j needed to create embedded elasticsearch instance
runtime "org.apache.logging.log4j:log4j-api:2.7"
runtime "org.apache.logging.log4j:log4j-core:2.7"
runtime "org.apache.logging.log4j:log4j-api:2.8.2"
runtime "org.apache.logging.log4j:log4j-core:2.8.2"
// end of Spring Data Jest dependencies
compile "org.springframework.boot:spring-boot-starter-security"
compile ("org.springframework.boot:spring-boot-starter-web") {

Loading…
취소
저장