diff --git a/pom.xml b/pom.xml
index 4295c2c5..5d974edf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
1.0.5
- 2.11.1
+ 2.12.5
2.1.1
1.0.3
2.7.2
diff --git a/src/main/resources/data/products.json b/src/main/resources/data/products.json
index 702298c4..1d7cfd42 100644
--- a/src/main/resources/data/products.json
+++ b/src/main/resources/data/products.json
@@ -47,5 +47,12 @@
"productKindName": "Investment Account",
"productTypeId": "7777777",
"productTypeName": "Investment Account"
+ },
+ {
+ "id": "10",
+ "productKindId": "kind10",
+ "productKindName": "Investment Portfolio",
+ "productTypeId": "10101010",
+ "productTypeName": "Investment Portfolio"
}
]
diff --git a/src/main/resources/data/retail/product-group-seed.json b/src/main/resources/data/retail/product-group-seed.json
index f81fa44f..2160197d 100644
--- a/src/main/resources/data/retail/product-group-seed.json
+++ b/src/main/resources/data/retail/product-group-seed.json
@@ -9,10 +9,11 @@
"Current Account",
"Joint Account",
"Savings Account",
- "Credit Card"
+ "Credit Card",
+ "Investment Portfolio"
],
"productIds": [
- "1","2", "4", "7"
+ "1","2", "4", "7", "10"
],
"numberOfArrangements": {
"min": 8,