diff options
author | Michael Hwang <mhwang@research.att.com> | 2018-12-13 15:23:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-13 15:23:29 +0000 |
commit | f3f9d04cfd325ac427d7a6a6f1596bc2d5c40970 (patch) | |
tree | 785958497ff375eab9889739c74a73210d08ffa2 /healthcheck-container/package.json | |
parent | 7d47977b5c7961d129613ebc16a376c56fda5b01 (diff) | |
parent | e60d88b5821a75754b60fd3b004da08f221a3fc6 (diff) |
Merge "Add healthcheck for after-boot deployments"
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r-- | healthcheck-container/package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json index cce714b..125bc24 100644 --- a/healthcheck-container/package.json +++ b/healthcheck-container/package.json @@ -1,11 +1,8 @@ { "name": "k8s-healthcheck", "description": "DCAE healthcheck server", - "version": "1.1.2", + "version": "1.2.0", "main": "healthcheck.js", - "dependencies": { - "request": "2.85.0" - }, "author": "author", "license": "(Apache-2.0)" } |