[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: edit scope of gax dep from test to runtime (#1052)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rajatbhatta committed Nov 17, 2022
1 parent e728ac1 commit bf6173b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
Expand Down Expand Up @@ -172,11 +177,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand Down

0 comments on commit bf6173b

Please sign in to comment.