Add dependency to truth in test

This commit is contained in:
Hao Nguyen 2019-05-31 07:54:53 -07:00
parent 0a67788a46
commit 010320f780
2 changed files with 11 additions and 0 deletions

View File

@ -101,6 +101,12 @@
<version>26.0-jre</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.45</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -49,6 +49,11 @@
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>