File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 35
35
<groupId >com.google.api</groupId >
36
36
<artifactId >gax</artifactId >
37
37
</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
+
38
46
<dependency >
39
47
<groupId >com.google.api</groupId >
40
48
<artifactId >gax-httpjson</artifactId >
Original file line number Diff line number Diff line change 96
96
<ignoredUnusedDeclaredDependencies >
97
97
<ignoredUnusedDeclaredDependency >org.objenesis:objenesis</ignoredUnusedDeclaredDependency >
98
98
<ignoredUnusedDeclaredDependency >javax.annotation:javax.annotation-api</ignoredUnusedDeclaredDependency >
99
+ <ignoredUnusedDeclaredDependency >com.google.api:gax-grpc</ignoredUnusedDeclaredDependency >
99
100
</ignoredUnusedDeclaredDependencies >
100
101
</configuration >
101
102
</plugin >
You can’t perform that action at this time.
0 commit comments