From 52dc6b2d89ddeef1e77cd5d3163207f14df6d4bb Mon Sep 17 00:00:00 2001 From: Kyle Doyle Date: Tue, 25 Feb 2020 19:59:45 -0500 Subject: [PATCH] Fixing conflict for merge --- intelliJ/remote-debugging/pom.xml | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 intelliJ/remote-debugging/pom.xml diff --git a/intelliJ/remote-debugging/pom.xml b/intelliJ/remote-debugging/pom.xml new file mode 100644 index 0000000000..4ded80146d --- /dev/null +++ b/intelliJ/remote-debugging/pom.xml @@ -0,0 +1,50 @@ + + + 4.0.0 + + com.baeldung + gs-scheduling-tasks + 0.1.0 + gs-scheduling-tasks + + + com.baeldung + parent-boot-2 + 0.0.1-SNAPSHOT + ../../parent-boot-2 + + + + 1.8 + 3.1.2 + 2.1.6.RELEASE + + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-test + test + + + org.awaitility + awaitility + ${awaitility.version} + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file