536567 - Update MongoDB recipe to use Spring Data Ingalls SR13
diff --git a/recipe-accessing-data-mongodb/build.gradle b/recipe-accessing-data-mongodb/build.gradle
index bc8ad75..e23dae3 100644
--- a/recipe-accessing-data-mongodb/build.gradle
+++ b/recipe-accessing-data-mongodb/build.gradle
@@ -28,15 +28,6 @@
 	dockerProjects = subprojects.findAll { it.name.contains('-runtime') || it.name.contains('-app') }
 }
 
-ext.virgoProjects = [
-	project(':org.eclipse.virgo.samples.recipe.data.mongodb'),
-]
-
-ext.dockerProjects = [
-	project(':recipe-accessing-data-mongodb-runtime'),
-	project(':recipe-accessing-data-mongodb-app'),
-]
-
 configure(virgoProjects + dockerProjects) {
 	repositories {
 		mavenCentral()
@@ -49,9 +40,9 @@
 
 configure(virgoProjects) {
 	apply plugin: 'java'
+	apply plugin: 'idea'
 	apply plugin: 'eclipse'
 	apply plugin: 'eclipse-wtp'
-	apply plugin: 'idea'
 
 	compileJava {
 		sourceCompatibility = 1.8
diff --git a/recipe-accessing-data-mongodb/gradle.properties b/recipe-accessing-data-mongodb/gradle.properties
index 76aafb2..f6ebff2 100644
--- a/recipe-accessing-data-mongodb/gradle.properties
+++ b/recipe-accessing-data-mongodb/gradle.properties
@@ -2,8 +2,9 @@
 
 # These values are used by bundlor and cannot be moved to build.gradle
 
-springframeworkVersion = 4.2.9.RELEASE
+springframeworkVersion = 4.3.18.RELEASE
 
+# Spring Data Ingalls SR13
 mongoJavaDriverVersion = 2.14.3
-springDataCommonsVersion = 1.12.8.RELEASE
-springDataMongodbVersion = 1.9.8.RELEASE
+springDataCommonsVersion = 1.13.13.RELEASE
+springDataMongodbVersion = 1.10.13.RELEASE