summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 3ebc87010fb..d237ce3e4cc 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -75,6 +75,10 @@
<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>