From 5c922f260c1ca9c69e942bc351fbe83a4eb5ee60 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Mon, 27 Nov 2023 12:01:23 -0500 Subject: [PATCH] chore: cleanup pom for removed sample. (#2383) This sample was removed as part of https://github.com/GoogleCloudPlatform/spring-cloud-gcp/pull/1287 --- .../pom.xml | 47 ------------------- 1 file changed, 47 deletions(-) delete mode 100644 spring-cloud-gcp-samples/spring-cloud-gcp-sql-mysql-r2dbc-sample/pom.xml diff --git a/spring-cloud-gcp-samples/spring-cloud-gcp-sql-mysql-r2dbc-sample/pom.xml b/spring-cloud-gcp-samples/spring-cloud-gcp-sql-mysql-r2dbc-sample/pom.xml deleted file mode 100644 index e65535c8c3..0000000000 --- a/spring-cloud-gcp-samples/spring-cloud-gcp-sql-mysql-r2dbc-sample/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - spring-cloud-gcp-samples - com.google.cloud - 4.8.5-SNAPSHOT - - 4.0.0 - - spring-cloud-gcp-sql-mysql-r2dbc-sample - Spring Framework on Google Cloud Code Sample - R2DBC MySQL - - - - - - com.google.cloud - spring-cloud-gcp-dependencies - ${project.version} - pom - import - - - - - - - com.google.cloud - spring-cloud-gcp-starter-sql-mysql-r2dbc - - - org.springframework.boot - spring-boot-starter-webflux - - - - - org.springframework.boot - spring-boot-starter-test - test - - - - \ No newline at end of file