From a14d671f34c8aec00c27cfe21ef242e9798c4e6a Mon Sep 17 00:00:00 2001 From: Piotr Borelowski Date: Mon, 9 Sep 2019 12:12:59 +0200 Subject: [PATCH] Update git submodules * Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master' to 1d5ecc692a165fc84181b8f145242a410f2abf38 - Fix throwing an UnsatisfiedDependencyException upon starting The UnsatisfiedDependencyException is finally caused by ClassNotFoundException: c.g.c.u.c.FutureFallback. That was fixed by upgrading the spring boot version to 2.1.0.RELEASE. By doing that the cassandra version was upgraded to version 3.6.0, which doesn't require the FutureFallback class. Issue-ID: SDC-2557 Signed-off-by: Piotr Borelowski Change-Id: I5b319096978e768b7520fb937fd2b3dad26f15c5 --- docs/submodules/sdc/sdc-workflow-designer.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/sdc/sdc-workflow-designer.git b/docs/submodules/sdc/sdc-workflow-designer.git index 61ccc9e58..1d5ecc692 160000 --- a/docs/submodules/sdc/sdc-workflow-designer.git +++ b/docs/submodules/sdc/sdc-workflow-designer.git @@ -1 +1 @@ -Subproject commit 61ccc9e58b55d96330892231047a239dadf409a0 +Subproject commit 1d5ecc692a165fc84181b8f145242a410f2abf38 -- 2.16.6