Skip to content

Commit

Permalink
Stop referencing google-java-format in build configurations.
Browse files Browse the repository at this point in the history
Removing google-java-format from the code was an unannounced effect of #856. We should have removed it from `pom.xml` at the same time.

RELNOTES=google-java-format is no longer referenced in pom.xml.
PiperOrigin-RevId: 338704185
  • Loading branch information
eamonnmcmanus authored and Google Java Core Libraries committed Oct 23, 2020
1 parent 7c1142c commit aa47801
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@
<version>0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<!-- TODO(cpovirk): Update to 1.9. But 1.8 and higher require Java 11+ build tools. We still run tests with JDK8 and JDK9, and perhaps we intend to support end users who build with those versions? -->
<version>1.7</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down

0 comments on commit aa47801

Please sign in to comment.