summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-24 11:36:16 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-24 11:39:39 +0100
commit9eea22610714385980075934af16e830814d0320 (patch)
tree0cd134bb35931a705fbb283367d5eaf977e0cb37 /orchestrator/pom.xml
parentdb61d5bca38d879b6d0d5dd7b179ce689023f01a (diff)
Remove use of fest-assert
Motivation: remove the number of 'fluent test assertion' libraries in use.
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 5dd4e7ea87d..fed0e617c79 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -81,12 +81,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.easytesting</groupId>
- <artifactId>fest-assert</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>