diff options
author | Lusheng Ji <lji@research.att.com> | 2018-08-17 18:09:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-17 18:09:49 +0000 |
commit | dd52c87dc7fb1070a5c8be82267ac6d0f44327cb (patch) | |
tree | cdd6c0c7ec71355abcf16bcb37afdf7623adb2da /hv-collector-main/pom.xml | |
parent | 45613ffdf0de0794267bf8eb4ecb86c6b813eff1 (diff) | |
parent | 5e93c1ec9d690d7da15b7c0db0052121d8879471 (diff) |
Merge "Remove Ratpack dependency for HV-VES health checks"
Diffstat (limited to 'hv-collector-main/pom.xml')
-rw-r--r-- | hv-collector-main/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml index 0e956288..af64cedd 100644 --- a/hv-collector-main/pom.xml +++ b/hv-collector-main/pom.xml @@ -99,10 +99,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>io.ratpack</groupId> - <artifactId>ratpack-core</artifactId> - </dependency> - <dependency> <groupId>io.arrow-kt</groupId> <artifactId>arrow-core</artifactId> </dependency> |