Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit cf3f37d

Browse files
committed
chore: centralize native image configs
1 parent a772103 commit cf3f37d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

google-cloud-bigtable-emulator/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
<groupId>com.google.api</groupId>
121121
<artifactId>gax-grpc</artifactId>
122122
</dependency>
123+
<dependency>
124+
<groupId>com.google.api</groupId>
125+
<artifactId>gax</artifactId>
126+
<classifier>testlib</classifier>
127+
<scope>test</scope>
128+
</dependency>
123129

124130
<dependency>
125131
<groupId>junit</groupId>

google-cloud-bigtable-emulator/src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-bigtable-emulator/native-image.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)