diff options
author | qingshuting <qingshuting1@huawei.com> | 2022-09-14 10:37:24 +0800 |
---|---|---|
committer | qingshuting <qingshuting1@huawei.com> | 2022-09-14 10:40:23 +0800 |
commit | 7d549f48c21ff063518e8ff481c3e5a9eb8ca8b0 (patch) | |
tree | 9911bc7b0e7c8310460a00eddc73d5d6a3210e82 /pom.xml | |
parent | b260f64378d8906b3d03606e69877eebb85c35e4 (diff) |
[ConfigFetchFromCbs] Fix bug of cbs that fetch configs getting hung when
policy engine is empty
Issue-ID: DCAEGEN2-3242
Signed-off-by: qingshuting <qingshuting1@huawei.com>
Change-Id: I21307291c182e3681ba864afc5a6a6f7eb5a8add
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ * son-handler * ================================================================================ * Copyright (C) 2019-2022 Wipro Limited. + * Copyright (C) 2022 Huawei Technologies Co., Ltd. * ============================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +28,7 @@ <groupId>org.onap.dcaegen2.services.son-handler</groupId> <artifactId>son-handler</artifactId> <name>dcaegen2-services-son-handler</name> - <version>2.1.9-SNAPSHOT</version> + <version>2.1.10-SNAPSHOT</version> <!--parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.0.4.RELEASE</version> </parent --> |