From aa8f4fcd8df86543aa50065b420deeea6b67010b Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:41:04 +0530 Subject: [PATCH] github actions support --- pom.xml | 12 +++--------- src/main/resources/log4j2.xml | 16 ---------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 src/main/resources/log4j2.xml diff --git a/pom.xml b/pom.xml index d7bff59..d28e08b 100644 --- a/pom.xml +++ b/pom.xml @@ -59,21 +59,15 @@ org.springframework.boot spring-boot-starter-security - + org.springframework.boot - spring-boot-starter-log4j2 + spring-boot-starter-logging - + org.springframework.boot spring-boot-starter - - - org.springframework.boot - spring-boot-starter-logging - - diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml deleted file mode 100644 index d3120cd..0000000 --- a/src/main/resources/log4j2.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file