We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e728ac1 commit bf6173bCopy full SHA for bf6173b
pom.xml
@@ -107,6 +107,11 @@
107
<groupId>com.google.api.grpc</groupId>
108
<artifactId>proto-google-common-protos</artifactId>
109
</dependency>
110
+ <dependency>
111
+ <groupId>com.google.api</groupId>
112
+ <artifactId>gax</artifactId>
113
+ <scope>runtime</scope>
114
+ </dependency>
115
<dependency>
116
<groupId>com.google.cloud</groupId>
117
<artifactId>google-cloud-spanner</artifactId>
@@ -172,11 +177,6 @@
172
177
</exclusion>
173
178
</exclusions>
174
179
175
- <dependency>
176
- <groupId>com.google.api</groupId>
- <artifactId>gax</artifactId>
- <scope>test</scope>
- </dependency>
180
181
<groupId>org.hamcrest</groupId>
182
<artifactId>hamcrest</artifactId>
0 commit comments