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

Commit 36167bf

Browse files
authored
feat: add truth as a managed test scope dependency (#19)
1 parent ed3850c commit 36167bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<findbugs.version>3.0.2</findbugs.version>
7474
<autovalue.version>1.7</autovalue.version>
7575
<junit.version>4.13</junit.version>
76+
<truth.version>1.0.1</truth.version>
7677
</properties>
7778

7879
<dependencyManagement>
@@ -238,6 +239,12 @@
238239
<classifier>testlib</classifier>
239240
<scope>test</scope>
240241
</dependency>
242+
<dependency>
243+
<groupId>com.google.truth</groupId>
244+
<artifactId>truth</artifactId>
245+
<version>${truth.version}</version>
246+
<scope>test</scope>
247+
</dependency>
241248
</dependencies>
242249
</dependencyManagement>
243250
</project>

0 commit comments

Comments
 (0)