Skip to content

Commit

Permalink
Revert "Test add logs sync for jobs. (#106)"
Browse files Browse the repository at this point in the history
This reverts commit 0822596.
  • Loading branch information
Ahmad45123 committed May 18, 2024
1 parent 14299cd commit ad61f2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ services:
- jobs
env_file:
- ./services/jobs/.env
volumes:
- /logs/jobs:/app/logs
deploy:
labels:
swarm.autoscaler: 'true'
Expand Down
20 changes: 0 additions & 20 deletions services/jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,26 +118,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.0</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit ad61f2f

Please sign in to comment.