Browse Source

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.
Donald Chai 6 years ago
parent
commit
175ddfc175
2 changed files with 10 additions and 0 deletions
  1. 5 0
      java/core/pom.xml
  2. 5 0
      java/lite/pom.xml

+ 5 - 0
java/core/pom.xml

@@ -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>

+ 5 - 0
java/lite/pom.xml

@@ -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>