Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
175ddfc175
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  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>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

+ 5 - 0
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>