Commit 175ddfc1 authored by Donald Chai's avatar Donald Chai

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.
parent c08b7512
...@@ -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