File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 <groupId >com.google.api</groupId >
3636 <artifactId >gax</artifactId >
3737 </dependency >
38+
39+ <!-- gax-grpc brings in Protobuf reflection configurations which are needed
40+ for native image compilation. -->
41+ <dependency >
42+ <groupId >com.google.api</groupId >
43+ <artifactId >gax-grpc</artifactId >
44+ </dependency >
45+
3846 <dependency >
3947 <groupId >com.google.api</groupId >
4048 <artifactId >gax-httpjson</artifactId >
Original file line number Diff line number Diff line change 9696 <ignoredUnusedDeclaredDependencies >
9797 <ignoredUnusedDeclaredDependency >org.objenesis:objenesis</ignoredUnusedDeclaredDependency >
9898 <ignoredUnusedDeclaredDependency >javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependency >
99+ <ignoredUnusedDeclaredDependency >com.google.api:gax-grpc</ignoredUnusedDeclaredDependency >
99100 </ignoredUnusedDeclaredDependencies >
100101 </configuration >
101102 </plugin >
You can’t perform that action at this time.
0 commit comments