diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-10-24 14:26:35 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-02-15 22:27:49 +0100 |
commit | cb795c01df747f872f5985ba318eefdddea57507 (patch) | |
tree | 378750d7a62ba272decdac166dc4d305b6918206 /pom.xml | |
parent | f4bfac20ab2aaed86846da037db986d3d1dcb6f2 (diff) |
[OSDF] Enable OSDF in ServiceMesh deployment
In case AAF is disabled the secret loading via AAF-SMS should not be called
Issue-ID: OPTFRA-1099
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ifca03215a36705b1c160b2cbf708389bd2162301
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ http://maven.apache.org/POM/4.0.0 "> <groupId>org.onap.optf.osdf</groupId> <artifactId>optf-osdf</artifactId> <name>optf-osdf</name> - <version>3.0.7-SNAPSHOT</version> + <version>3.0.8-SNAPSHOT</version> <description>Optimization Service Design Framework</description> <properties> |