Skip to content

Commit 4c4b951

Browse files
authored
Document purpose of test-jar and testlib dependencies (#4164)
1 parent 31b6cd2 commit 4c4b951

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

  • java-pubsub/google-cloud-pubsub

java-pubsub/google-cloud-pubsub/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@
5151
<artifactId>auto-value</artifactId>
5252
<scope>compile</scope>
5353
</dependency>
54-
<dependency>
55-
<groupId>${project.groupId}</groupId>
56-
<artifactId>google-cloud-core</artifactId>
57-
<type>test-jar</type>
58-
<scope>test</scope>
59-
</dependency>
54+
55+
<!-- Test dependencies -->
6056
<dependency>
6157
<groupId>junit</groupId>
6258
<artifactId>junit</artifactId>
@@ -82,6 +78,7 @@
8278
<artifactId>grpc-google-iam-v1</artifactId>
8379
<scope>test</scope>
8480
</dependency>
81+
<!-- Need testing utility classes for generated gRPC clients tests -->
8582
<dependency>
8683
<groupId>com.google.api</groupId>
8784
<artifactId>gax-grpc</artifactId>

0 commit comments

Comments
 (0)