aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-client-simulator/pom.xml
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2018-06-11 16:54:47 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-02 08:51:34 +0200
commit85a59b8d29c6f81720fe3d2e59926740173fcae9 (patch)
tree037e30c559c9aad27c51fbf5109f6ab9587b69c3 /hv-collector-client-simulator/pom.xml
parentecf7cb09d4bce389b615257d3323ada0840100e8 (diff)
Implemented rest server in client simulator
Change-Id: I212b79fe2a0272f340c5ca889beff60b469f7f24 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-client-simulator/pom.xml')
-rw-r--r--hv-collector-client-simulator/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/hv-collector-client-simulator/pom.xml b/hv-collector-client-simulator/pom.xml
index 86cdeca7..c1c1f2e8 100644
--- a/hv-collector-client-simulator/pom.xml
+++ b/hv-collector-client-simulator/pom.xml
@@ -144,6 +144,14 @@
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish</groupId>
+ <artifactId>javax.json</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.ratpack</groupId>
+ <artifactId>ratpack-core</artifactId>
+ </dependency>
</dependencies>