From 31768635db09974b678dba5ce3d228657fe861bd Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 16 Aug 2024 09:19:10 +0200 Subject: [PATCH] Re-enable Spring Data REST multi-store example. --- rest/multi-store/pom.xml | 1 + rest/multi-store/src/test/resources/application.properties | 3 --- rest/pom.xml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 rest/multi-store/src/test/resources/application.properties diff --git a/rest/multi-store/pom.xml b/rest/multi-store/pom.xml index 85f1dbc6..b8dc70cf 100644 --- a/rest/multi-store/pom.xml +++ b/rest/multi-store/pom.xml @@ -36,6 +36,7 @@ de.flapdoodle.embed de.flapdoodle.embed.mongo + 4.16.2 runtime diff --git a/rest/multi-store/src/test/resources/application.properties b/rest/multi-store/src/test/resources/application.properties deleted file mode 100644 index 5239185a..00000000 --- a/rest/multi-store/src/test/resources/application.properties +++ /dev/null @@ -1,3 +0,0 @@ -# Random port for embedded MongoDB -spring.data.mongodb.port=0 -spring.mongodb.embedded.version=3.6.0 \ No newline at end of file diff --git a/rest/pom.xml b/rest/pom.xml index 5aef409a..d8aeaedf 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -16,7 +16,7 @@ starbucks - + multi-store projections security headers