File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 <properties >
3535 <java .version>17</java .version>
3636 <snakeyaml .version>2.2</snakeyaml .version>
37+ <logback-classic .version>1.4.14</logback-classic .version>
38+ <logback-core .version>1.4.14</logback-core .version>
3739 </properties >
3840 <distributionManagement >
3941 <snapshotRepository >
4648 <groupId >org.springframework.boot</groupId >
4749 <artifactId >spring-boot-starter-web</artifactId >
4850 </dependency >
49- <dependency >
50- <groupId >org.yaml</groupId >
51- <artifactId >snakeyaml</artifactId >
52- <version >${snakeyaml.version} </version >
53- </dependency >
5451 <dependency >
5552 <groupId >org.springframework.boot</groupId >
5653 <artifactId >spring-boot-starter-test</artifactId >
6057 <artifactId >lombok</artifactId >
6158 <optional >true</optional >
6259 </dependency >
60+ <dependency >
61+ <groupId >org.yaml</groupId >
62+ <artifactId >snakeyaml</artifactId >
63+ <version >${snakeyaml.version} </version >
64+ </dependency >
65+ <dependency >
66+ <groupId >ch.qos.logback</groupId >
67+ <artifactId >logback-classic</artifactId >
68+ <version >${logback-classic.version} </version > <!-- Укажите актуальную версию -->
69+ </dependency >
70+ <dependency >
71+ <groupId >ch.qos.logback</groupId >
72+ <artifactId >logback-core</artifactId >
73+ <version >${logback-core.version} </version > <!-- Укажите актуальную версию -->
74+ </dependency >
6375 </dependencies >
6476
6577 <build >
You can’t perform that action at this time.
0 commit comments