Skip to content

Commit 659ee71

Browse files
committed
declare junit dependency in google-cloud-bigquery-jdbc
1 parent 9c31a98 commit 659ee71

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • java-bigquery/google-cloud-bigquery-jdbc

java-bigquery/google-cloud-bigquery-jdbc/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3232
<github.global.server>github</github.global.server>
33-
<site.installationModule>google-cloud-bigquery-jdbc
34-
</site.installationModule>
33+
<site.installationModule>google-cloud-bigquery-jdbc</site.installationModule>
3534
</properties>
3635

3736
<build>
@@ -161,7 +160,6 @@
161160
<groupId>com.google.cloud</groupId>
162161
<artifactId>google-cloud-bigquery-parent</artifactId>
163162
<version>2.65.0</version><!-- {x-version-update:google-cloud-bigquery:current} -->
164-
<relativePath>../</relativePath>
165163
</parent>
166164
<dependencies>
167165
<dependency>
@@ -279,6 +277,11 @@
279277
</dependency>
280278

281279
<!-- Test Dependencies -->
280+
<dependency>
281+
<groupId>junit</groupId>
282+
<artifactId>junit</artifactId>
283+
<scope>test</scope>
284+
</dependency>
282285
<dependency>
283286
<groupId>com.google.truth</groupId>
284287
<artifactId>truth</artifactId>
@@ -373,4 +376,4 @@
373376
</properties>
374377
</profile>
375378
</profiles>
376-
</project>
379+
</project>

0 commit comments

Comments
 (0)