Skip to content

Commit

Permalink
fix: declare gson as runtime rather than test
Browse files Browse the repository at this point in the history
Fixing similar issues as googleapis/java-pubsub#1239
  • Loading branch information
suztomo committed Aug 8, 2022
1 parent 797cc9b commit 6b178ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions google-cloud-firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
Expand All @@ -130,11 +135,6 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 6b178ef

Please sign in to comment.