Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit a634d18

Browse files
feat: add core test classifier (needed by BQ) (#59)
1 parent 92aea27 commit a634d18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@
239239
<version>${google.core.version}</version>
240240
<type>test-jar</type>
241241
</dependency>
242+
<dependency>
243+
<groupId>com.google.cloud</groupId>
244+
<artifactId>google-cloud-core</artifactId>
245+
<version>${google.core.version}</version>
246+
<classifier>tests</classifier>
247+
</dependency>
242248
</dependencies>
243249
</dependencyManagement>
244250
</project>

0 commit comments

Comments
 (0)