Добавить pom.xml

This commit is contained in:
Шимченко 2025-09-12 05:48:14 +00:00
parent 5c88b9f534
commit 34e6504871

20
pom.xml Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.18</version> <!-- Стабильная версия для Java 8 -->
</parent>
<groupId>org.lanit</groupId>
<artifactId>json-stub</artifactId>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
</project>