diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-04-14 23:21:49 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2022-04-15 15:53:46 +0000 |
commit | f8f5a264c0abad9c207a7692bdd222d1791799bd (patch) | |
tree | 3ca869cac1765cf59882e314c1fa3c4630ed15e1 /sdc-workflow-designer-ui | |
parent | fa9aa8bedf2e6411ebb59fd4669ce5c441fb0596 (diff) |
Fix broken launch WorkFlow Designer
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I60a9163b59fafff265c9a5f8582a1d4872ccc02b
Issue-ID: SDC-3970
Diffstat (limited to 'sdc-workflow-designer-ui')
-rw-r--r-- | sdc-workflow-designer-ui/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/pom.xml b/sdc-workflow-designer-ui/pom.xml index 49a4e8a7..e08f98f7 100644 --- a/sdc-workflow-designer-ui/pom.xml +++ b/sdc-workflow-designer-ui/pom.xml @@ -185,6 +185,7 @@ <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <configuration> + <apiVersion>${docker.api.version}</apiVersion> <images> <image> <name>onap/sdc-workflow-frontend</name> |