diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-05 14:41:05 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-03-05 14:41:15 +0800 |
commit | 000419be44a08dbd73a69f6c6b277e7c5f938d35 (patch) | |
tree | 720b0831ed068b629eb56e999a63c195a48d19f4 /nokiav2 | |
parent | efbd61b8587a512a642cf0302388d3fd56e4e884 (diff) |
Fix nokiav2 start up issue
Change-Id: Id4b7e0a79b9da3d1cf70f23fe1099daa1784d5d8
Issue-ID: VFC-1641
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'nokiav2')
-rw-r--r-- | nokiav2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index 4c09ff37..f740e0af 100644 --- a/nokiav2/pom.xml +++ b/nokiav2/pom.xml @@ -28,7 +28,7 @@ <name>vfc-nfvo-driver-vnfm-svnfm-nokiav2</name> <properties> <jacoco.version>0.8.0</jacoco.version> - <spring.boot.version>2.1.3.RELEASE</spring.boot.version> + <spring.boot.version>2.1.1.RELEASE</spring.boot.version> </properties> <!-- used to test dependency convergence locally <build> |