Skip to content

Commit

Permalink
Revert "Try and fix jobs service logging."
Browse files Browse the repository at this point in the history
This reverts commit 87ed0e2.
  • Loading branch information
Ahmad45123 committed May 18, 2024
1 parent 87ed0e2 commit 14299cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,22 @@
<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>

Expand Down

0 comments on commit 14299cd

Please sign in to comment.