Merge "get ns instance"
authorFu Jinhua <fu.jinhua@zte.com.cn>
Mon, 25 Mar 2019 01:06:29 +0000 (01:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 25 Mar 2019 01:06:29 +0000 (01:06 +0000)
pom.xml
requirements.txt

diff --git a/pom.xml b/pom.xml
index 7f3cede..03aa6b7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
index a5339e8..e3cded3 100644 (file)
@@ -3,7 +3,7 @@ Django==1.11.9
 djangorestframework==3.7.7
 
 # for access MySQL
-PyMySQL==0.7.11
+PyMySQL==0.9.3
 
 # redis cache
 redis==2.10.5