summaryrefslogtreecommitdiffstats
path: root/node-maintainer/pom.xml
diff options
context:
space:
mode:
authorolaaun <ola.aunroe@gmail.com>2017-08-07 15:29:06 +0800
committerAndreas Eriksen <andreer@pvv.ntnu.no>2017-08-07 09:29:06 +0200
commitfc9d090fb349a69f1a025b9b808f1ade2ef6247a (patch)
treed4b147b67de60018a2f787c8376754f1c546d7e9 /node-maintainer/pom.xml
parent3055b8c99bfdaf304648b0156ede5c797c881080 (diff)
Interns/verification fix 3 (#3047)
* Fixed failing ping parsing * Replace regex with InetAddresses * NetRetriever now also accepts interfaces other than eth.
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 f511f5c2a08..d56e12d92c6 100644
--- a/node-maintainer/pom.xml
+++ b/node-maintainer/pom.xml
@@ -67,6 +67,11 @@
<artifactId>commons-exec</artifactId>
<version>1.3</version>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>18.0</version>
+ </dependency>
</dependencies>
<build>