From a29ad52f444aaf129aed18086a1806934012ad7c Mon Sep 17 00:00:00 2001 From: VivekMittals Date: Sat, 25 Jul 2020 20:53:37 +0530 Subject: [PATCH 1/3] Update pom.xml changes to fix build issues --- spring-boot-samples/spring-boot-sample-atmosphere/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index b58bf66a5ba1..6ee19987210b 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -4,8 +4,8 @@ org.springframework.boot - spring-boot-samples - 1.4.0.BUILD-SNAPSHOT + spring-boot-starter-parent + 1.4.0.RELEASE spring-boot-sample-atmosphere Spring Boot Atmosphere Sample From 1b4524363d0317659e93e5025cc0fba1b68ea911 Mon Sep 17 00:00:00 2001 From: vivek Date: Sun, 26 Jul 2020 12:03:49 +0530 Subject: [PATCH 2/3] adding git ignore file --- spring-boot/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 spring-boot/.gitignore diff --git a/spring-boot/.gitignore b/spring-boot/.gitignore new file mode 100644 index 000000000000..c71ea97aba95 --- /dev/null +++ b/spring-boot/.gitignore @@ -0,0 +1 @@ +/.apt_generated/ From df775ad9024296306c5327a1893f25aa5a41e5c9 Mon Sep 17 00:00:00 2001 From: vivek Date: Sun, 26 Jul 2020 12:10:36 +0530 Subject: [PATCH 3/3] clean up pom xml --- spring-boot-samples/spring-boot-sample-atmosphere/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index 6ee19987210b..297864791190 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -2,7 +2,6 @@ 4.0.0 - org.springframework.boot spring-boot-starter-parent 1.4.0.RELEASE