summaryrefslogtreecommitdiffstats
path: root/node-maintainer/pom.xml
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@oath.com>2018-01-17 13:28:18 +0100
committerValerij Fredriksen <valerijf@oath.com>2018-01-17 13:28:18 +0100
commitf04d13f6ade7b7744ad08a262529b76b936a7d9f (patch)
tree41e7bf5650cd7908dee8c83637360446c9c73b99 /node-maintainer/pom.xml
parentf9d7e527f4374867fdf766a67aa90907f8ffdc54 (diff)
Take in nodeSpec through command line arguments
Diffstat (limited to 'node-maintainer/pom.xml')
-rw-r--r--node-maintainer/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/node-maintainer/pom.xml b/node-maintainer/pom.xml
index 1fe3eb23857..3c4bc1fe7d4 100644
--- a/node-maintainer/pom.xml
+++ b/node-maintainer/pom.xml
@@ -41,6 +41,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>airline</artifactId>
+ <version>0.6</version>
+ </dependency>
<dependency>
<groupId>org.hamcrest</groupId>