Add com.google.truth as test dependencies

This goes hand-in-hand with other dependencies like junit, but seems to
only have been used from util/pom.xml.
pull/6786/head
Donald Chai 5 years ago
parent c08b7512cf
commit 175ddfc175
  1. 5
      java/core/pom.xml
  2. 5
      java/lite/pom.xml

@ -37,6 +37,11 @@
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

@ -37,6 +37,11 @@
<artifactId>guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save