aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Nelson <nelson24@att.com>2019-01-24 17:45:43 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-24 17:45:43 +0000
commitb357ddb0869c2cc44eb0bd5800ed66914f49c468 (patch)
treea8e69a40ae34accc7c4f5290f7b508f116af4741 /pom.xml
parentfa078d24e835af497d3286c4525ae09a6de8f3d9 (diff)
parente91e9430fd80cbb9b5ae617857d1989f9ff24bf0 (diff)
Merge "Fix node configuration/executable, and minor bugs"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3398faa..cbd2771 100755
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,7 @@
<modules>
<module>mdbc-server</module>
<module>mdbc-packages</module>
+ <module>mdbc-benchmark</module>
</modules>
<dependencies>
@@ -248,6 +249,16 @@
<artifactId>netty-handler</artifactId>
<version>4.1.30.Final</version>
</dependency>
+ <dependency>
+ <groupId>com.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <version>1.72</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ <version>3.0</version>
+ </dependency>
</dependencies>
<build>