gradle dependency

This commit is contained in:
jooho
2021-10-28 14:40:11 +09:00
parent bb73c32473
commit 2f112f4331
4 changed files with 9 additions and 51 deletions

View File

@@ -50,13 +50,13 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-webflux-ui:1.5.10'
// bolcking 호출 감지
implementation 'io.projectreactor:reactor-tools:3.4.9'
implementation 'io.projectreactor.tools:blockhound:1.0.6.RELEASE'
// implementation 'io.projectreactor:reactor-tools:3.4.9'
// implementation 'io.projectreactor.tools:blockhound:1.0.6.RELEASE'
//messaging
implementation 'org.springframework.cloud:spring-cloud-stream'
implementation 'org.springframework.cloud:spring-cloud-stream-binder-rabbit'
implementation 'net.java.dev.jna:jna:5.9.0' // byte-buddy (No compatible attachment provider is available.)
// implementation 'net.java.dev.jna:jna:5.9.0' // byte-buddy (No compatible attachment provider is available.)
//lombok
implementation 'org.projectlombok:lombok'