File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed
spring-data-microservice-transaction-sample/rpc
spring-data-multi-storage-transaction-sample Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ dependencies {
99 api " io.grpc:grpc-protobuf:${ grpcVersion} "
1010 api " io.grpc:grpc-stub:${ grpcVersion} "
1111 api " io.grpc:grpc-services:${ grpcVersion} "
12+ api " javax.annotation:javax.annotation-api:1.3.2"
1213}
1314
1415protobuf {
Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ dependencies {
2323 implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.1'
2424}
2525
26- spotless {
27- java {
28- target ' src/*/java/**/*.java'
29- importOrder()
30- removeUnusedImports()
31- googleJavaFormat()
32- }
33- }
34-
3526application {
3627 mainClassName = ' sample.SampleApp'
3728}
Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ dependencies {
2323 implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.1'
2424}
2525
26- spotless {
27- java {
28- target ' src/*/java/**/*.java'
29- importOrder()
30- removeUnusedImports()
31- googleJavaFormat()
32- }
33- }
34-
3526application {
3627 mainClassName = ' sample.SampleApp'
3728}
You can’t perform that action at this time.
0 commit comments