summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-19 15:23:01 +0200
committergjoranv <gv@oath.com>2018-07-19 15:23:01 +0200
commit40eb9f953fa30815c7655eb0c033dc3d7909c9b8 (patch)
tree0bede9ae765e9a9a65bdcdb31903402aa1e5e2bd /config-model
parent1505beb7e4cff4e6dbe456b38a41d7d8b0bd27d0 (diff)
Use the guava version from container-dep-versions everywhere.
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index bab2f37e667..e78c7f5c0fd 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -43,7 +43,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
- <version>17.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -53,7 +52,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>13.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>