summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-07-21 17:26:48 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-07-22 17:09:57 +0800
commit8ee8bc7869c54049bb3519bdacb669d3ae3646f9 (patch)
treef31981d9c79717eadfabfbb3ef1924509eace54c
parent447cefcd9ceea19ac7dce485902f17a6242b87bb (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.txt4
-rw-r--r--pom.xml3
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
diff --git a/pom.xml b/pom.xml
index 445b318..3ecbae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>