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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -542,24 +542,6 @@ <version>1.1.2</version> </dependency> <dependency> - <!-- To override ratpack transitive dependency which creates security vulnerability - This issue will be resolved with ratpack 1.6.0 release --> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.9.6</version> - </dependency> - <dependency> - <groupId>io.ratpack</groupId> - <artifactId>ratpack-core</artifactId> - <version>1.5.4</version> - <exclusions> - <exclusion> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> <version>1.0.8</version> |