From e6d5638d9b2bbee4a3b89f90ea51d9929895a560 Mon Sep 17 00:00:00 2001 From: Kyle Doyle Date: Fri, 28 Feb 2020 19:46:30 -0500 Subject: [PATCH] Removed rest of project --- intelliJ/remote-debugging/README.md | 3 -- intelliJ/remote-debugging/pom.xml | 50 ----------------------------- 2 files changed, 53 deletions(-) delete mode 100644 intelliJ/remote-debugging/README.md delete mode 100644 intelliJ/remote-debugging/pom.xml diff --git a/intelliJ/remote-debugging/README.md b/intelliJ/remote-debugging/README.md deleted file mode 100644 index 54e3e00ace..0000000000 --- a/intelliJ/remote-debugging/README.md +++ /dev/null @@ -1,3 +0,0 @@ -### Relevant Articles: - -- [Remote Debugging with IntelliJ IDEA](https://www.baeldung.com/intellij-remote-debugging) diff --git a/intelliJ/remote-debugging/pom.xml b/intelliJ/remote-debugging/pom.xml deleted file mode 100644 index 707bdb1159..0000000000 --- a/intelliJ/remote-debugging/pom.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - 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 - - - -