Skip to content

Commit

Permalink
Document that truth-java8-extension is obsolete.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jul 9, 2024
1 parent 99af8be commit 8ac91a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions extensions/java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,15 @@
<version>HEAD-SNAPSHOT</version>
</parent>
<artifactId>truth-java8-extension</artifactId>
<name>Truth Extension for Java8</name>
<name>Obsolete Truth Extension for Java8</name>
<description>
An extension for the Truth test assertion framework supporting Java8 types and structures
Obsolete, empty artifact that merely pulls in the main `truth` artifact: Assertions for Java 8 types are now part of that main artifact.
</description>
<dependencies>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
</dependency>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
</dependency>
</dependencies>
<build>
<resources>
Expand Down

0 comments on commit 8ac91a6

Please sign in to comment.