Skip to content

Commit bf6173b

Browse files
authored
chore: edit scope of gax dep from test to runtime (#1052)
This PR reverts scope change of `gax` dependency in https://togithub.com/googleapis/java-spanner-jdbc/pull/918/files. We now set the scope to `runtime`. Fixes #1034
1 parent e728ac1 commit bf6173b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
<groupId>com.google.api.grpc</groupId>
108108
<artifactId>proto-google-common-protos</artifactId>
109109
</dependency>
110+
<dependency>
111+
<groupId>com.google.api</groupId>
112+
<artifactId>gax</artifactId>
113+
<scope>runtime</scope>
114+
</dependency>
110115
<dependency>
111116
<groupId>com.google.cloud</groupId>
112117
<artifactId>google-cloud-spanner</artifactId>
@@ -172,11 +177,6 @@
172177
</exclusion>
173178
</exclusions>
174179
</dependency>
175-
<dependency>
176-
<groupId>com.google.api</groupId>
177-
<artifactId>gax</artifactId>
178-
<scope>test</scope>
179-
</dependency>
180180
<dependency>
181181
<groupId>org.hamcrest</groupId>
182182
<artifactId>hamcrest</artifactId>

0 commit comments

Comments
 (0)