Unverified Commit c0acff1c authored by Rafi Kamal's avatar Rafi Kamal Committed by GitHub

Merge pull request #6786 from donaldchai/master

Add com.google.truth as test dependencies
parents c08b7512 175ddfc1
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -37,6 +37,11 @@ ...@@ -37,6 +37,11 @@
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment