commit | 4c8a8e9e42c7e5024855fe25af87f403824d544e | [log] [tgz] |
---|---|---|
author | Lusheng Ji <lji@research.att.com> | Fri Mar 27 17:13:50 2020 -0400 |
committer | Lusheng Ji <lji@research.att.com> | Fri Mar 27 17:14:08 2020 -0400 |
tree | 51c3b5ef8f82b22b6b2eaa99584c9acf16327d55 | |
parent | dbdd2b560f7d1f5eb2d369a4ae6a5c564285b38c [diff] [blame] |
Relax version dependency on ric-common to within same major version Change-Id: I803111ff5128a78a3d5a08332541326b18a2b5c3 Signed-off-by: Lusheng Ji <lji@research.att.com>
diff --git a/helm/appmgr/requirements.yaml b/helm/appmgr/requirements.yaml index 40a2e9b..ba6a220 100644 --- a/helm/appmgr/requirements.yaml +++ b/helm/appmgr/requirements.yaml
@@ -17,5 +17,5 @@ dependencies: - name: ric-common - version: ~3.1.0 + version: ^3.1.0 repository: "@local"