summaryrefslogtreecommitdiffstats
path: root/node-maintainer/pom.xml
diff options
context:
space:
mode:
authorolaaun <ola.aunroe@gmail.com>2017-07-25 20:37:02 +0800
committerGitHub <noreply@github.com>2017-07-25 20:37:02 +0800
commita44477bcd943021fb80dda761e485e81b7c929ac (patch)
treeb1a7a40b4cbb31612c3f65261860a84b4a0cc61d /node-maintainer/pom.xml
parent674749e424fe50980479e462b4c1a3fb8b77147a (diff)
Node verification (#2999)
* Initial node verification commit
Diffstat (limited to 'node-maintainer/pom.xml')
-rw-r--r--node-maintainer/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/node-maintainer/pom.xml b/node-maintainer/pom.xml
index 6e54afe2d90..f511f5c2a08 100644
--- a/node-maintainer/pom.xml
+++ b/node-maintainer/pom.xml
@@ -57,6 +57,16 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>2.8.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ <version>1.3</version>
+ </dependency>
</dependencies>
<build>