File tree Expand file tree Collapse file tree 8 files changed +10
-0
lines changed
azure-grpc-ecosystem-example
gcp-grpc-ecosystem-example
gcp-grpc-ecosystem-without-test-artifacts-example
gcp-grpc-lognet-without-test-artifacts-example
request-response/netty-grpc
server/correlation-id-trace-grpc-netty Expand file tree Collapse file tree 8 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies {
2626 implementation(" io.grpc:grpc-netty:$grpcVersion " )
2727 implementation(" io.grpc:grpc-util:$grpcVersion " )
2828 implementation(" org.springframework.boot:spring-boot-starter:${ springBootVersion} " )
29+ implementation(" javax.annotation:javax.annotation-api:1.3.2" )
2930
3031 testImplementation project(" :azure:spring-boot-starter-azure-grpc-ecosystem-test" )
3132 testImplementation project(' :azure:request-response-spring-boot-starter-azure-grpc-ecosystem-test' )
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ dependencies {
2727 implementation(" io.grpc:grpc-util:$grpcVersion " )
2828 implementation(" org.springframework.boot:spring-boot-starter:${ springBootVersion} " )
2929
30+ implementation(" javax.annotation:javax.annotation-api:1.3.2" )
31+
3032 testImplementation project(" :gcp:spring-boot-starter-gcp-grpc-ecosystem-test" )
3133 testImplementation project(' :gcp:request-response-spring-boot-starter-gcp-grpc-ecosystem-test' )
3234 testImplementation(" org.springframework.boot:spring-boot-starter-test:${ springBootVersion} " )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
2727 implementation(" io.grpc:grpc-netty:$grpcVersion " )
2828 implementation(" io.grpc:grpc-util:$grpcVersion " )
2929 implementation(" org.springframework.boot:spring-boot-starter:${ springBootVersion} " )
30+ implementation(" javax.annotation:javax.annotation-api:1.3.2" )
3031
3132 testImplementation(" org.springframework.boot:spring-boot-starter-test:${ springBootVersion} " )
3233
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dependencies {
2626 implementation(" io.grpc:grpc-netty:$grpcVersion " )
2727 implementation(" io.grpc:grpc-util:$grpcVersion " )
2828 implementation(" org.springframework.boot:spring-boot-starter:${ springBootVersion} " )
29+ implementation(" javax.annotation:javax.annotation-api:1.3.2" )
2930
3031 testImplementation project(" :gcp:spring-boot-starter-gcp-grpc-lognet-test" )
3132 testImplementation project(' :gcp:request-response-spring-boot-starter-gcp-grpc-lognet-test' )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
2727 implementation(" io.grpc:grpc-netty:$grpcVersion " )
2828 implementation(" io.grpc:grpc-util:$grpcVersion " )
2929 implementation(" org.springframework.boot:spring-boot-starter:${ springBootVersion} " )
30+ implementation(" javax.annotation:javax.annotation-api:1.3.2" )
3031
3132 testImplementation(" org.springframework.boot:spring-boot-starter-test:${ springBootVersion} " )
3233
Original file line number Diff line number Diff line change @@ -41,10 +41,12 @@ dependencies {
4141 }
4242 }
4343
44+
4445 api(" jakarta.annotation:jakarta.annotation-api:${ annotationApiVersion} " )
4546 api(" com.google.api.grpc:proto-google-common-protos:$grpcCommonsVersion " )
4647 api(" com.google.protobuf:protobuf-java-util:${ grpcProtobufVersion} " )
4748
49+ testImplementation(" javax.annotation:javax.annotation-api:1.3.2" )
4850 testImplementation(" com.google.truth:truth:${ googleTruthVersion} " )
4951 testImplementation(" com.google.truth.extensions:truth-java8-extension:${ googleTruthVersion} " )
5052}
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ dependencies {
5151 testImplementation(" com.google.truth:truth:${ googleTruthVersion} " )
5252 testImplementation(" com.google.truth.extensions:truth-java8-extension:${ googleTruthVersion} " )
5353
54+ testImplementation(" javax.annotation:javax.annotation-api:1.3.2" )
5455 testImplementation project(" :api" )
5556 testImplementation project(" :test:test-logback" )
5657 testImplementation project(" :test:test-logback-junit" )
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
4848 api(" com.google.api.grpc:proto-google-common-protos:$grpcCommonsVersion " )
4949 api(" com.google.protobuf:protobuf-java-util:${ grpcProtobufVersion} " )
5050
51+ testImplementation(" javax.annotation:javax.annotation-api:1.3.2" )
5152 testImplementation(" com.google.truth:truth:${ googleTruthVersion} " )
5253 testImplementation(" com.google.truth.extensions:truth-java8-extension:${ googleTruthVersion} " )
5354
You can’t perform that action at this time.
0 commit comments