Pārlūkot izejas kodu

Merge pull request #6786 from donaldchai/master

Add com.google.truth as test dependencies
Rafi Kamal 6 gadi atpakaļ
vecāks
revīzija
c0acff1c4e
2 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  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>