aboutsummaryrefslogtreecommitdiff
path: root/factory
diff options
context:
space:
mode:
authorÉamonn McManus <emcmanus@google.com>2020-10-23 10:51:10 -0700
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2020-10-23 10:51:40 -0700
commitaa478015bcb8b26b0ae69601822989a3f1cd09b4 (patch)
treeb6f5b518fe5c0a52879d442e30bf0d84701dd85a /factory
parent7c1142c90cc5c247c73bdc880db3aa6d05b4cb98 (diff)
downloadauto-aa478015bcb8b26b0ae69601822989a3f1cd09b4.tar.gz
Stop referencing google-java-format in build configurations.
Removing google-java-format from the code was an unannounced effect of https://github.com/google/auto/pull/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
Diffstat (limited to 'factory')
-rw-r--r--factory/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/factory/pom.xml b/factory/pom.xml
index 84ae289f..d5784a76 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -101,12 +101,6 @@
<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>
<version>${guava.version}</version>