summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-03 15:56:55 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-03 17:24:54 +0100
commit741fad2983111ea1589ab008b60b97a12072556b (patch)
tree48ddda163c267e00a4d45141c6ccbb1dc28abd5f /clustercontroller-core/pom.xml
parent11c0391cef31f03a317e043e537cad86fca4393d (diff)
Remove use of apache commons libraries from cluster-controller modules
Diffstat (limited to 'clustercontroller-core/pom.xml')
-rw-r--r--clustercontroller-core/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index 9ac7c93134c..a952016e3bf 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -14,8 +14,9 @@
<name>${project.artifactId}</name>
<dependencies>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>