diff options
author | Izabela Zawadzka <izabela.zawadzka@nokia.com> | 2019-03-15 09:43:56 +0100 |
---|---|---|
committer | Izabela Zawadzka <izabela.zawadzka@nokia.com> | 2019-03-15 11:06:12 +0100 |
commit | 189c70a48c24274fb7dd6cb910397a9a93233401 (patch) | |
tree | c2abe60130970f559ef997e8153e905d92166a93 /sources/hv-collector-xnf-simulator/pom.xml | |
parent | 007480ce97edd553c093036634a2f7e6ea47ef1e (diff) |
Use Netty HttpServer in XnfApiServer
Change-Id: I86e06bd540c961098ee11af99735a5b35ce760fd
Issue-ID: DCAEGEN2-1325
Signed-off-by: Izabela Zawadzka <izabela.zawadzka@nokia.com>
Diffstat (limited to 'sources/hv-collector-xnf-simulator/pom.xml')
-rw-r--r-- | sources/hv-collector-xnf-simulator/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/hv-collector-xnf-simulator/pom.xml b/sources/hv-collector-xnf-simulator/pom.xml index 91e965f5..c17d29f6 100644 --- a/sources/hv-collector-xnf-simulator/pom.xml +++ b/sources/hv-collector-xnf-simulator/pom.xml @@ -153,10 +153,6 @@ <artifactId>javax.json</artifactId> </dependency> <dependency> - <groupId>io.ratpack</groupId> - <artifactId>ratpack-core</artifactId> - </dependency> - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <optional>true</optional> |