-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
dependenciestype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
In google-cloud-client/pom.xml I noticed this:
<!-- testlib deps. Only put testlib dependencies here, which are testlib packages
that correspond to another non-test package. Put pure test dependencies (e.g.
junit) in the main pom.xml. -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
Either the comment is wrong or misplaced or junit should not be included here.
Metadata
Metadata
Assignees
Labels
dependenciestype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.