فهرست منبع

Add dependency to truth in test

Hao Nguyen 6 سال پیش
والد
کامیت
010320f780
2فایلهای تغییر یافته به همراه11 افزوده شده و 0 حذف شده
  1. 6 0
      java/pom.xml
  2. 5 0
      java/util/pom.xml

+ 6 - 0
java/pom.xml

@@ -101,6 +101,12 @@
         <version>26.0-jre</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>com.google.truth</groupId>
+        <artifactId>truth</artifactId>
+        <version>0.45</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 

+ 5 - 0
java/util/pom.xml

@@ -49,6 +49,11 @@
       <groupId>org.easymock</groupId>
       <artifactId>easymockclassextension</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <properties>