There was an error while loading. Please reload this page.
1 parent 31b6cd2 commit 4c4b951Copy full SHA for 4c4b951
1 file changed
java-pubsub/google-cloud-pubsub/pom.xml
@@ -51,12 +51,8 @@
51
<artifactId>auto-value</artifactId>
52
<scope>compile</scope>
53
</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>
+
+ <!-- Test dependencies -->
60
<dependency>
61
<groupId>junit</groupId>
62
<artifactId>junit</artifactId>
@@ -82,6 +78,7 @@
82
78
<artifactId>grpc-google-iam-v1</artifactId>
83
79
<scope>test</scope>
84
80
81
+ <!-- Need testing utility classes for generated gRPC clients tests -->
85
86
<groupId>com.google.api</groupId>
87
<artifactId>gax-grpc</artifactId>
0 commit comments