# Conflicts:
#	pom.xml
This commit is contained in:
Igor I
2026-09-23 19:18:13 +05:00
7 changed files with 118 additions and 34 deletions
+8 -5
View File
@@ -40,11 +40,7 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>6.6</version>
</dependency>
<!--dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
@@ -94,6 +90,13 @@
<version>1.18.36</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>8.1</version>
</dependency>
</dependencies>
<build>