Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
feat: add truth as a managed test scope dependency (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Apr 22, 2020
1 parent ed3850c commit 36167bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -73,6 +73,7 @@
<findbugs.version>3.0.2</findbugs.version>
<autovalue.version>1.7</autovalue.version>
<junit.version>4.13</junit.version>
<truth.version>1.0.1</truth.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -238,6 +239,12 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>${truth.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 36167bf

Please sign in to comment.