aboutsummaryrefslogtreecommitdiff
path: root/factory
diff options
context:
space:
mode:
authorronshapiro <ronshapiro@google.com>2018-11-30 10:50:15 -0800
committerRon Shapiro <shapiro.rd@gmail.com>2018-12-03 17:12:05 -0500
commitcdd39ee565c8d73fcac08474956dae79caa3df81 (patch)
treef197bc7e2a1e2af3ffaf7ddeb65f1c77d607e608 /factory
parent2a5d8850b4e08a363072e692856362ba420937ef (diff)
downloadauto-cdd39ee565c8d73fcac08474956dae79caa3df81.tar.gz
Update to auto-parent 7 to get the latest version of Guava
Along the way, also clean up some explicit versions that are set in auto-parent Fixes https://github.com/google/auto/issues/683 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=223540267
Diffstat (limited to 'factory')
-rw-r--r--factory/src/it/functional/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/factory/src/it/functional/pom.xml b/factory/src/it/functional/pom.xml
index 27864811..b8bb38d1 100644
--- a/factory/src/it/functional/pom.xml
+++ b/factory/src/it/functional/pom.xml
@@ -17,6 +17,13 @@
<!-- TODO(gak): see if we can manage these dependencies any better -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <parent>
+ <groupId>com.google.auto</groupId>
+ <artifactId>auto-parent</artifactId>
+ <version>7</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auto.value.it.functional</groupId>
<artifactId>functional</artifactId>
@@ -31,13 +38,11 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>23.4-jre</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
@@ -58,13 +63,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
- <version>0.36</version>
<scope>test</scope>
</dependency>
</dependencies>