summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-11-16 13:51:39 +0100
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-11-16 20:12:53 +0100
commitbfad1effd6d1f48caaed6c0b60ee233cd3d40240 (patch)
tree86934c2728777b6bd6bb3ffcee6a2af085080e5e /orchestrator
parent52016bbfe9cc8fdf397397f6be706667961c0b07 (diff)
Remove scalalib dependency
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 07ac788e0a5..dd87082a90d 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -68,11 +68,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>