Skip to content

Commit 8ac91a6

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Document that truth-java8-extension is obsolete.
Also, remove its `jspecify` dep. (But leave behind its Truth dep so that anyone who depends only on `truth-java8-extension` for `Truth`+`Truth8` still gets them.) I could probably further simplify in the pom's build config, but there's no compelling need. RELNOTES=n/a PiperOrigin-RevId: 650668773
1 parent 99af8be commit 8ac91a6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

extensions/java8/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,15 @@
1010
<version>HEAD-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>truth-java8-extension</artifactId>
13-
<name>Truth Extension for Java8</name>
13+
<name>Obsolete Truth Extension for Java8</name>
1414
<description>
15-
An extension for the Truth test assertion framework supporting Java8 types and structures
15+
Obsolete, empty artifact that merely pulls in the main `truth` artifact: Assertions for Java 8 types are now part of that main artifact.
1616
</description>
1717
<dependencies>
1818
<dependency>
1919
<groupId>com.google.truth</groupId>
2020
<artifactId>truth</artifactId>
2121
</dependency>
22-
<dependency>
23-
<groupId>org.jspecify</groupId>
24-
<artifactId>jspecify</artifactId>
25-
</dependency>
2622
</dependencies>
2723
<build>
2824
<resources>

0 commit comments

Comments
 (0)