From 42b9f55523850489dc2595fb2dac018738458447 Mon Sep 17 00:00:00 2001 From: prashanth1261 Date: Mon, 3 Jun 2019 21:40:39 -0700 Subject: [PATCH 1/4] updated pom.xml --- .../spring-boot-sample-atmosphere/pom.xml | 20 ------------------- 1 file changed, 20 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..169a8adeeef1 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -55,26 +55,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - - default-prepare-agent - - prepare-agent - - - - default-report - prepare-package - - report - - - - From 2ba1ac6bda414a57aa88edb5d23f7e800e0e85e9 Mon Sep 17 00:00:00 2001 From: prashanth1261 Date: Mon, 3 Jun 2019 21:53:58 -0700 Subject: [PATCH 2/4] updtaed --- .../spring-boot-sample-atmosphere/pom.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index 169a8adeeef1..0ac7758187cc 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -56,5 +56,25 @@ spring-boot-maven-plugin + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + From 9f0bcbe4d1a5954563af59216dbbb09a6126d9e1 Mon Sep 17 00:00:00 2001 From: prashanth1261 Date: Mon, 3 Jun 2019 21:59:53 -0700 Subject: [PATCH 3/4] newly updated pom --- .../spring-boot-sample-atmosphere/pom.xml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index 0ac7758187cc..169a8adeeef1 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -56,25 +56,5 @@ spring-boot-maven-plugin - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - - default-prepare-agent - - prepare-agent - - - - default-report - prepare-package - - report - - - - From ad98c7f8eb874f827a5aecd02480987bb38f1d39 Mon Sep 17 00:00:00 2001 From: prashanth1261 Date: Mon, 3 Jun 2019 22:11:59 -0700 Subject: [PATCH 4/4] updated pom --- .../spring-boot-sample-atmosphere/pom.xml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index 169a8adeeef1..b58bf66a5ba1 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -55,6 +55,26 @@ org.springframework.boot spring-boot-maven-plugin + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + +