Skip to content

Commit aa47801

Browse files
eamonnmcmanusGoogle Java Core Libraries
authored andcommitted
Stop referencing google-java-format in build configurations.
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
1 parent 7c1142c commit aa47801

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

factory/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@
100100
<version>0.3</version>
101101
<scope>provided</scope>
102102
</dependency>
103-
<dependency>
104-
<groupId>com.google.googlejavaformat</groupId>
105-
<artifactId>google-java-format</artifactId>
106-
<!-- 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? -->
107-
<version>1.7</version>
108-
</dependency>
109103
<dependency>
110104
<groupId>com.google.guava</groupId>
111105
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)