diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-07-21 17:26:48 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-07-22 17:09:57 +0800 |
commit | 8ee8bc7869c54049bb3519bdacb669d3ae3646f9 (patch) | |
tree | f31981d9c79717eadfabfbb3ef1924509eace54c | |
parent | 447cefcd9ceea19ac7dce485902f17a6242b87bb (diff) |
Remove juju from Guilin Release
update requirements.txt
Issue-ID: VFC-1706
Change-Id: Ic1631e62ec800f6da4f8d641e5eef5991a35f76d
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | gvnfmadapter/requirements.txt | 4 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt index 45c2cfd..695caf0 100644 --- a/gvnfmadapter/requirements.txt +++ b/gvnfmadapter/requirements.txt @@ -1,6 +1,6 @@ # rest framework Django==2.1.10 -djangorestframework==3.9.4 +djangorestframework==3.10.0 # for call rest api httplib2==0.12.3 @@ -12,7 +12,7 @@ unittest_xml_reporting==1.12.0 # for auto swagger ruamel.yaml==0.15.97 -drf-yasg==1.14.0 +drf-yasg==1.17.0 # for the validation feature flex>=6.11.1 @@ -29,6 +29,9 @@ <description>vfc nfvo drivers-vnfm-gvnfm</description> <modules> <module>gvnfmadapter</module> + <!-- Remove juju from Guilin Release --> + <!-- <module>juju</module> + --> </modules> </project> |