Merge pull request #6786 from donaldchai/master

Add com.google.truth as test dependencies
pull/6802/head
Rafi Kamal 5 years ago committed by GitHub
commit c0acff1c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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