Skip to content

Commit e37e997

Browse files
authored
fix: declare gson as runtime rather than test (#1004)
Fixing similar issues as googleapis/java-pubsub#1239
1 parent 3a51612 commit e37e997

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

google-cloud-firestore/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
<groupId>com.google.cloud</groupId>
108108
<artifactId>google-cloud-core</artifactId>
109109
</dependency>
110+
<dependency>
111+
<groupId>com.google.code.gson</groupId>
112+
<artifactId>gson</artifactId>
113+
<scope>runtime</scope>
114+
</dependency>
110115
<dependency>
111116
<groupId>com.google.protobuf</groupId>
112117
<artifactId>protobuf-java-util</artifactId>
@@ -130,11 +135,6 @@
130135
<version>1.10.19</version>
131136
<scope>test</scope>
132137
</dependency>
133-
<dependency>
134-
<groupId>com.google.code.gson</groupId>
135-
<artifactId>gson</artifactId>
136-
<scope>test</scope>
137-
</dependency>
138138
<!-- Need testing utility classes for generated gRPC clients tests -->
139139
<dependency>
140140
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)