refactor: 优化重构 payapi-sdk
diff --git a/payapi-sdk/build.gradle b/payapi-sdk/build.gradle
index af9e76f..3523c69 100644
--- a/payapi-sdk/build.gradle
+++ b/payapi-sdk/build.gradle
@@ -57,10 +57,15 @@
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:2.1.2.RELEASE'
implementation 'javax.servlet:javax.servlet-api:4.0.1'
+ compileOnly 'org.projectlombok:lombok:1.18.8'
+ annotationProcessor 'org.projectlombok:lombok:1.18.8'
testImplementation 'org.springframework:spring-test'
testImplementation 'org.springframework.boot:spring-boot-test'
testImplementation 'junit:junit:4.12'
+ testAnnotationProcessor 'org.projectlombok:lombok:1.18.8'
+ testCompileOnly 'org.projectlombok:lombok:1.18.8'
+ testImplementation 'org.hamcrest:hamcrest:2.1'
testImplementation project(':common')
}
\ No newline at end of file