diff --git a/showcases/data/Store/Relational Store/Service/Basic/code.pure b/showcases/data/Store/Relational Store/Service/Basic/code.pure
index 8ae5ace76..dddfae81c 100644
--- a/showcases/data/Store/Relational Store/Service/Basic/code.pure
+++ b/showcases/data/Store/Relational Store/Service/Basic/code.pure
@@ -252,6 +252,7 @@ DataSpace showcase::northwind::dataspace::NorthwindDataSpaceWithTemplateQuery
executables:
[
{
+ id: my_id;
title: 'this is title - Top Categories';
description: 'this is description - TopCategories';
query: |showcase::northwind::model::Order.all()->groupBy(
diff --git a/showcases/pom.xml b/showcases/pom.xml
index 9c1e0610c..73589cac6 100644
--- a/showcases/pom.xml
+++ b/showcases/pom.xml
@@ -16,7 +16,7 @@
1.8
3
data
- 4.40.3
+ 4.43.3
@@ -56,7 +56,13 @@
org.finos.legend.engine
- legend-engine-configuration
+ legend-engine-configuration-contract-extension-pure
+ ${legend.engine.version}
+ test
+
+
+ org.finos.legend.engine
+ legend-engine-configuration-plan-generation-serialization
${legend.engine.version}
test