summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-07 14:02:15 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-07 14:02:15 +0100
commit74959b8c83fa78797ebdd78f527bad44c2ba82c4 (patch)
tree24e3ecf180830cd3c77f79fbb69db2833343dfe4 /orchestrator/pom.xml
parent211cd5c2d883f38c0cc07085abada225c87b509f (diff)
Remove use of commons-lang from orchestrator
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index d237ce3e4cc..3ebc87010fb 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -75,10 +75,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>