From ad61f2fec4f52aed744b33e735edf93581e753e0 Mon Sep 17 00:00:00 2001 From: Ahmed Elwasefi Date: Sat, 18 May 2024 23:02:50 +0300 Subject: [PATCH] Revert "Test add logs sync for jobs. (#106)" This reverts commit 08225963aed3f0e79306c0d239ba4f40d0895990. --- compose.yaml | 2 -- services/jobs/pom.xml | 20 -------------------- 2 files changed, 22 deletions(-) diff --git a/compose.yaml b/compose.yaml index 664c40c0..0700244d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,8 +62,6 @@ services: - jobs env_file: - ./services/jobs/.env - volumes: - - /logs/jobs:/app/logs deploy: labels: swarm.autoscaler: 'true' diff --git a/services/jobs/pom.xml b/services/jobs/pom.xml index 90677dfd..79a167b3 100644 --- a/services/jobs/pom.xml +++ b/services/jobs/pom.xml @@ -118,26 +118,6 @@ org.springframework.boot spring-boot-starter-log4j2 - - org.apache.logging.log4j - log4j-core - 2.17.1 - - - com.fasterxml.jackson.core - jackson-core - 2.13.0 - - - com.fasterxml.jackson.core - jackson-databind - 2.13.0 - - - com.fasterxml.jackson.core - jackson-annotations - 2.13.0 -