Remove juju from Guilin Release 03/110403/2
authordyh <dengyuanhong@chinamobile.com>
Tue, 21 Jul 2020 09:26:48 +0000 (17:26 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Wed, 22 Jul 2020 09:09:57 +0000 (17:09 +0800)
update requirements.txt

Issue-ID: VFC-1706
Change-Id: Ic1631e62ec800f6da4f8d641e5eef5991a35f76d
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
gvnfmadapter/requirements.txt
pom.xml

index 45c2cfd..695caf0 100644 (file)
@@ -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 (file)
--- 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>