jsr305 추가
This commit is contained in:
parent
b12fba992c
commit
a009a728a8
|
@ -53,6 +53,7 @@ dependencies {
|
|||
|
||||
implementation("com.squareup.okhttp3:okhttp:4.9.3")
|
||||
implementation("org.json:json:20230227")
|
||||
implementation("com.google.code.findbugs:jsr305:3.0.2")
|
||||
|
||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||
runtimeOnly("com.h2database:h2")
|
||||
|
|
Loading…
Reference in New Issue