Skip to content

Commit

Permalink
Fix issue with logs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko committed Jan 25, 2024
1 parent 1bd98b6 commit 4631fc8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<protobuf.version>3.21.7</protobuf.version>
<protoc.version>3.17.3</protoc.version>
<json-logic.version>1.0.7</json-logic.version>
<slf4j.version>1.7.32</slf4j.version>

<!-- test dependencies versions -->
<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -113,10 +114,6 @@
<artifactId>httpcore</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
Expand Down Expand Up @@ -358,6 +355,11 @@
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
Expand Down

0 comments on commit 4631fc8

Please sign in to comment.