Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

fix: Add gax-grpc dependency for native image configurations #688

Merged
merged 3 commits into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
mpeddada1 marked this conversation as resolved.
Show resolved Hide resolved
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"name":"com.google.api.client.json.GenericJson",
"allDeclaredFields":true,
"methods":[{"name":"<init>","parameterTypes":[] }]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
mpeddada1 marked this conversation as resolved.
Show resolved Hide resolved
"resources":{
"includes":[
{
"pattern":"\\Qdependencies.properties\\E"
mpeddada1 marked this conversation as resolved.
Show resolved Hide resolved
}
]},
"bundles":[]
}