Skip to content

Commit

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

Please sign in to comment.