aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-06-12 12:16:19 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-02 07:36:34 +0200
commit39ceb737a99abfcff47bd5b3d819d2d3876db519 (patch)
tree775aeb9f00f86bbd636676f6773ce00ce14b3564 /pom.xml
parent9bdb7d9b45ade3b4181c15729fdbb6a53410cebc (diff)
Basic Ratpack API in DCAE APP Simulator
Closes ONAP-266 Change-Id: Iaa000e976fcdc4274aa88ce7d0a6cd5866987680 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6ac05ec5..d2c58865 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,6 +489,11 @@
<artifactId>javax.json</artifactId>
<version>1.1.2</version>
</dependency>
+ <dependency>
+ <groupId>io.ratpack</groupId>
+ <artifactId>ratpack-core</artifactId>
+ <version>1.5.4</version>
+ </dependency>
<!-- Test dependencies -->